Skip to content

Commit

Permalink
Use wrapped nroonga for the temporary database
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 6, 2012
1 parent cae1eb2 commit 7a0ddf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-utils.js
Expand Up @@ -89,7 +89,7 @@ exports.createTemporaryDatabase = function() {
path: databasePath,
get: function() {
return this._context ||
(this._context = new nativeNroonga.Database(databasePath));
(this._context = new wrappedNroonga.Database(databasePath));
},
clear: function() {
var context = this._context;
Expand Down

0 comments on commit 7a0ddf7

Please sign in to comment.