Skip to content

Commit af45095

Browse files
authored
fix(tests): try to fix integration tests
1 parent 42e8f40 commit af45095

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
@@ -139,7 +139,7 @@ describe('Subscribe to buffer', () => {
139139
}).then(async subId => {
140140
try {
141141
await pubSub.publish('Posts', Buffer.from(payload, 'utf-8'));
142-
pubSub.unsubscribe(subId);
142+
// pubSub.unsubscribe(subId);
143143
} catch (e) {
144144
done(e);
145145
}

0 commit comments

Comments
 (0)