Skip to content
This repository has been archived by the owner on Feb 26, 2022. It is now read-only.

Commit

Permalink
Hot Fix for breakage from Bug 933971
Browse files Browse the repository at this point in the history
  • Loading branch information
jsantell committed Jan 16, 2014
1 parent e74284f commit fdafd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-loader.js
Expand Up @@ -145,7 +145,7 @@ exports["test invalid module not cached and throws everytime"] = function(assert
assert.equal(firstError.lineNumber, 8, "first error is on line 7");
assert.equal(secondError.message, "Module `not-found` is not found at " +
uri + "not-found.js", "throws on second invalid require");
assert.equal(secondError.lineNumber, 13, "second error is on line 7");
assert.equal(secondError.lineNumber, 14, "second error is on line 14");

assert.equal(invalidJSON1.message,
"JSON.parse: unexpected character at line 1 column 1 of the JSON data",
Expand Down

0 comments on commit fdafd7b

Please sign in to comment.