Skip to content

Commit 051c570

Browse files
committed
reset about_asserts.js
1 parent 591a1e0 commit 051c570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

topics/about_asserts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
module("About Asserts (topics/about_asserts.js)");
33

44
test("ok", function() {
5-
ok(false, 'what will satisfy the ok assertion?');
5+
ok(__, 'what will satisfy the ok assertion?');
66
});
77

88
test("not", function() {

0 commit comments

Comments
 (0)