Update test.js
This commit is contained in:
parent
9e1ef650c5
commit
182ac4b5ae
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ describe("pow", function() {
|
|||
assert.equal(pow(2, 3), 8);
|
||||
});
|
||||
|
||||
it("3 raised to power 3 is 27", function() {
|
||||
it("3 raised to power 4 is 81", function() {
|
||||
assert.equal(pow(3, 4), 81);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue