Skip to content

Commit d1100fc

Browse files
authored
Update article.md
1 parent 524d598 commit d1100fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎1-js/03-code-quality/05-testing-mocha/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ We can select one of two ways to organize the test here:
160160
});
161161
162162
it("3 raised to power 3 is 27", function() {
163-
assert.equal(pow(3, 3), 27);
163+
assert.equal(pow(3, 4), 81);
164164
});
165165
166166
});

0 commit comments

Comments
 (0)