Skip to content

Commit

Permalink
Delete unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
srknzl committed Sep 20, 2021
1 parent c767a0c commit ce71bfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
const { expect } = require('chai');
const RC = require('../RC');
const { Client } = require('../../../');
const { markClientVersionAtLeast, isClientVersionAtLeast, assertTrueEventually } = require('../../TestUtil');
const { isClientVersionAtLeast, assertTrueEventually } = require('../../TestUtil');

/**
* Basic tests for reconnection to cluster scenarios.
Expand Down

0 comments on commit ce71bfe

Please sign in to comment.