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 652ab7b commit 926446aCopy full SHA for 926446a
test/app.js
@@ -11,7 +11,7 @@ describe('Tarantool Connection tests', function(){
11
});
12
var conn;
13
beforeEach(function(){
14
- conn = new TarantoolConnection({port: 33013, log: true});
+ conn = new TarantoolConnection({port: 33013});
15
16
describe('connection test', function(){
17
it('connect', function(done){
0 commit comments