Skip to content

Commit 9d5c9d0

Browse files
committed
fix: correct syntax error in login test assertion
1 parent 6e0ae42 commit 9d5c9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ethernaut-optigov/test/tasks/login.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe('login task', function () {
6262

6363
assert.equal(
6464
result,
65-
'Logged in with address: 0x2bEB8D9eD2cE57E124D195e414d23681559577f7)',
65+
'Logged in with address: 0x2bEB8D9eD2cE57E124D195e414d23681559577f7',
6666
)
6767
})
6868

0 commit comments

Comments
 (0)