Skip to content

Commit

Permalink
reference main lib properly for store test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Bogdanoff committed Oct 3, 2011
1 parent 8ba66ff commit dee8088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/store.js
@@ -1,5 +1,5 @@
var assert = require('assert');
var Store = require('dnode-protocol').Store;
var Store = require('../').Store;

exports.store = function () {
var s = new Store;
Expand Down

0 comments on commit dee8088

Please sign in to comment.