Skip to content

Commit 4122b0a

Browse files
committed
remove force flag
1 parent 16b4bd6 commit 4122b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/cmap/connect.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ describe('Connect Tests', function () {
126126
});
127127

128128
afterEach(async () => {
129-
connection.destroy({ force: true });
129+
connection.destroy();
130130
await mock.cleanup();
131131
});
132132

0 commit comments

Comments
 (0)