Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
felixge committed Nov 26, 2011
1 parent 9af968f commit f5a82b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/integration/Client/commands/test-ping.js
@@ -1,4 +1,4 @@
var common = require('../../common');
var common = require('../../../common');
var assert = require('assert');

var client = common.createClient();
Expand Down
2 changes: 1 addition & 1 deletion test/integration/Client/commands/test-statistics.js
@@ -1,4 +1,4 @@
var common = require('../../common');
var common = require('../../../common');
var assert = require('assert');

var client = common.createClient();
Expand Down
2 changes: 1 addition & 1 deletion test/integration/Client/commands/test-useDatabase.js
@@ -1,4 +1,4 @@
var common = require('../../common');
var common = require('../../../common');
var assert = require('assert');

var client = common.createClient();
Expand Down

0 comments on commit f5a82b1

Please sign in to comment.