Skip to content

Commit

Permalink
FIX ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Dec 2, 2021
1 parent b580908 commit 2732120
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions test/integration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -782,10 +782,12 @@ function runTest(channelOptions) {
});
describe('final', () => {
it('should have closed all channels', () => {
assert.strictEqual(
OPEN_BROADCAST_CHANNELS.size,
0
);
if (isNode) {
assert.strictEqual(
OPEN_BROADCAST_CHANNELS.size,
0
);
}

});
});
Expand Down

0 comments on commit 2732120

Please sign in to comment.