We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1720c commit 2298df8Copy full SHA for 2298df8
test/functional/cluster/ConnectionPool.ts
@@ -6,7 +6,7 @@ describe("The cluster connection pool", () => {
6
describe("when not connected", () => {
7
it("does not throw when fetching a sample node", () => {
8
expect(new ConnectionPool({}).getSampleInstance("all")).to.be.undefined;
9
- expect(new ConnectionPool({}).getNodes("all")).to.be.eq([]);
+ expect(new ConnectionPool({}).getNodes("all")).to.be.eql([]);
10
});
11
12
0 commit comments