aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-util.js b/tests/test-util.js
index a9d0e6a..6292e84 100644
--- a/tests/test-util.js
+++ b/tests/test-util.js
@@ -186,7 +186,7 @@ exports.ensureLoadText = function (test) {
// test.waitUntilDone();
// util.loadText(url, function (txt) {
// console.log(txt);
-// //test.assertEqual(txt, pushkinTestString);
+// test.assertEqual(txt, pushkinTestString);
// test.done();
// });
// };