Skip to content

Commit

Permalink
fix order of "got" and "expecting" parameters for more meaningful err…
Browse files Browse the repository at this point in the history
…or message
  • Loading branch information
jacekkopecky committed Oct 21, 2016
1 parent 7f4dde7 commit 1cc49cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assess.dom.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,8 @@ QUnit.test("reverseList",
);

assert.strictEqual(
window.reversemetoo,
returnedList,
window.reversemetoo,
"The selected element is returned."
);

Expand Down

0 comments on commit 1cc49cf

Please sign in to comment.