Skip to content

Commit

Permalink
please eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
porsager committed Jul 5, 2023
1 parent 4e28e91 commit 94f7228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2027,7 +2027,7 @@ t('subscribe', { timeout: 2 }, async() => {
await sql`insert into test (name) values ('Oh noes')`
await delay(10)
return [
'insert,Murray,1,,,update,Rothbard,1,,,update,Rothbard,2,,1,delete,,2,,,insert,Murray,2,,,update,Rothbard,2,Murray,2,delete,Rothbard,2,,',
'insert,Murray,1,,,update,Rothbard,1,,,update,Rothbard,2,,1,delete,,2,,,insert,Murray,2,,,update,Rothbard,2,Murray,2,delete,Rothbard,2,,', // eslint-disable-line
result.join(','),
await sql`drop table test`,
await sql`drop publication alltables`,
Expand Down

0 comments on commit 94f7228

Please sign in to comment.