summaryrefslogtreecommitdiffstats
path: root/test/bn_test.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/bn_test.js')
-rw-r--r--test/bn_test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bn_test.js b/test/bn_test.js
index 0f03554..a669991 100644
--- a/test/bn_test.js
+++ b/test/bn_test.js
@@ -72,7 +72,7 @@ new sjcl.test.TestCase("Bignum toString test", function (cb) {
cb && cb();
return;
}
- this.require((new sjcl.bn(12312434)).power(10).toString(true) ===
+ this.require((new sjcl.bn(12312434)).power(10).toString() ===
'0xb99c06973dcc72429aa1dd41b0bc40a424289a05d3d72f066ee4e71c400');
cb && cb();
});