Commit 38545eb6 by Angello Pozo

fix: spelling in a test

parent eb41a81f
......@@ -79,9 +79,9 @@ contract('Bounty', function(accounts) {
it("checkInvariant returns false", async function(){
let bounty = await InsecureTargetBounty.new();
let target = await bounty.createTarget();
let invarriantCall = await bounty.checkInvariant.call();
let invariantCall = await bounty.checkInvariant.call();
assert.isFalse(invarriantCall);
assert.isFalse(invariantCall);
})
it("claims reward", async function(done){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment