Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
henokgetachew committed Oct 16, 2024
1 parent 8b11ba9 commit 04cd4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/get-shard-mapping.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ describe('get_shard_mapping', () => {
expect(utils.getUrl.callCount).to.equal(dbs.length);
expect(utils.request.callCount).to.equal(dbs.length);
expect(consoleWarnStub.callCount).to.equal(dbs.length);
dbs.forEach((db) => {
dbs.forEach(() => {
expect(consoleWarnStub.calledWith(`Unexpected number of nodes for range 00000000-1fffffff: 0`)).to.be.true;
});
});
Expand Down

0 comments on commit 04cd4a3

Please sign in to comment.