Skip to content

Commit 4bcbd91

Browse files
committed
test: Change some test descriptions to be easier to read
[ci skip]
1 parent 40d93e1 commit 4bcbd91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration/MySQLPlus.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ describe('MySQLPlus', function() {
663663
pool._runOperations.should.be.calledOnce().and.be.calledWith([]);
664664
});
665665

666-
it('should not alter any of the tables\' structure', done => {
666+
it('should not alter any tables\' structure', done => {
667667
const cbManager = new CallbackManager(done);
668668

669669
const cb1 = cbManager.registerCallback();
@@ -771,7 +771,7 @@ describe('MySQLPlus', function() {
771771
pool.end(done);
772772
});
773773

774-
it('should not alter any of the tables\' structure', done => {
774+
it('should not alter any tables\' structure', done => {
775775
const cbManager = new CallbackManager(done);
776776

777777
const cb1 = cbManager.registerCallback();

0 commit comments

Comments
 (0)