Skip to content

Commit 8a40342

Browse files
committed
test: fix unit test
1 parent e0a9bae commit 8a40342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/sessions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ describe('Sessions - unit', function () {
333333

334334
before(() => {
335335
serverSessionSymbol = getSymbolFrom(
336-
new ClientSession({}, serverSessionPool, {}),
336+
new ClientSession(client, serverSessionPool, {}),
337337
'serverSession'
338338
);
339339
});

0 commit comments

Comments
 (0)