Skip to content

Commit e10f293

Browse files
authored
fix(tests): fix tests again
1 parent 1e84249 commit e10f293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/integration-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ describe('Subscribe to buffer', () => {
140140
}
141141
}).then(async subId => {
142142
try {
143-
await pubSub.publish('Posts', Buffer.from(payload, 'utf-8'));
144143
subId = subId;
144+
await pubSub.publish('Posts', Buffer.from(payload, 'utf-8'));
145145
} catch (e) {
146146
done(e);
147147
}

0 commit comments

Comments
 (0)