Skip to content

Commit 2a0cd0a

Browse files
committed
First equality test passing.
1 parent 1c23149 commit 2a0cd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/about_equality.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $(document).ready(function(){
44
module("About Equality (topics/about_equality.js)");
55

66
test("numeric equality", function() {
7-
equals(3 + __, 7, 'hmmmm?');
7+
equals(3 + 4, 7, 'hmmmm?');
88
});
99

1010
test("string equality", function() {

0 commit comments

Comments
 (0)