Skip to content

Commit 2298df8

Browse files
committed
fix eql
Signed-off-by: Gürgün Dayıoğlu <[email protected]>
1 parent 4e1720c commit 2298df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/cluster/ConnectionPool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ describe("The cluster connection pool", () => {
66
describe("when not connected", () => {
77
it("does not throw when fetching a sample node", () => {
88
expect(new ConnectionPool({}).getSampleInstance("all")).to.be.undefined;
9-
expect(new ConnectionPool({}).getNodes("all")).to.be.eq([]);
9+
expect(new ConnectionPool({}).getNodes("all")).to.be.eql([]);
1010
});
1111
});
1212
});

0 commit comments

Comments
 (0)