Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b3f08fd

Browse files
committedJul 24, 2012
Fix failing test, see #253
1 parent b1e9fd1 commit b3f08fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎test/integration/Client/commands/test-useDatabase.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
var common = require('../../../common');
22
var assert = require('assert');
3+
var mysql = require(common.dir.root);
34

45
var client = common.createClient();
56
client.useDatabase(common.TEST_DB, function(err, result) {

0 commit comments

Comments
 (0)
Please sign in to comment.