From 567de88a10355b7f5845a0005cd53762fc116bcc Mon Sep 17 00:00:00 2001 From: Anatoliy Chakkaev Date: Mon, 25 Mar 2013 02:29:13 +0400 Subject: [PATCH] Fix test --- test/json.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/json.test.js b/test/json.test.js index a720a23d..1b5e8b98 100644 --- a/test/json.test.js +++ b/test/json.test.js @@ -1,4 +1,4 @@ -var Schema = require('jugglingdb').Schema; +var Schema = require('../').Schema; var should = require('should'); describe('JSON property', function() {