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 40d93e1 commit 4bcbd91Copy full SHA for 4bcbd91
test/integration/MySQLPlus.test.js
@@ -663,7 +663,7 @@ describe('MySQLPlus', function() {
663
pool._runOperations.should.be.calledOnce().and.be.calledWith([]);
664
});
665
666
- it('should not alter any of the tables\' structure', done => {
+ it('should not alter any tables\' structure', done => {
667
const cbManager = new CallbackManager(done);
668
669
const cb1 = cbManager.registerCallback();
@@ -771,7 +771,7 @@ describe('MySQLPlus', function() {
771
pool.end(done);
772
773
774
775
776
777
0 commit comments