summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-html/test/helper.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-html/test/helper.js')
-rw-r--r--packages/gitbook-html/test/helper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gitbook-html/test/helper.js b/packages/gitbook-html/test/helper.js
index 44cfb24..1e310f7 100644
--- a/packages/gitbook-html/test/helper.js
+++ b/packages/gitbook-html/test/helper.js
@@ -1,6 +1,6 @@
var assert = require("assert");
global.assertObjectsEqual = function(o1, o2) {
- assert.equal(JSON.stringify(o1, null, 4), JSON.stringify(o2, null, 4));
+ assert.equal(JSON.stringify(o1, null, 4), JSON.stringify(o2, null, 4));
};