Skip to content

Commit 94f7228

Browse files
committed
please eslint
1 parent 4e28e91 commit 94f7228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2027,7 +2027,7 @@ t('subscribe', { timeout: 2 }, async() => {
20272027
await sql`insert into test (name) values ('Oh noes')`
20282028
await delay(10)
20292029
return [
2030-
'insert,Murray,1,,,update,Rothbard,1,,,update,Rothbard,2,,1,delete,,2,,,insert,Murray,2,,,update,Rothbard,2,Murray,2,delete,Rothbard,2,,',
2030+
'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
20312031
result.join(','),
20322032
await sql`drop table test`,
20332033
await sql`drop publication alltables`,

0 commit comments

Comments
 (0)