Skip to content

Commit 3dbb0c9

Browse files
committed
fix bridge.js
1 parent 4057870 commit 3dbb0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bridge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { test } from 'node:test'
22
import {
33
createAndConnect,
44
subscribe,
5-
checkNoPacket
5+
// checkNoPacket
66
} from './helperAsync.js'
77

88
for (const qos of [0, 1, 2]) {

0 commit comments

Comments
 (0)