Skip to content

Commit

Permalink
fix: syntax error on e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dbale-altoros committed Jul 27, 2023
1 parent bb8fe35 commit cb0c51a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ describe('e2e', function () {

it('should display [warnings exceeded] for max 3 warnings and exit error 1', function () {
const { code, stdout } = shell.exec('solhint contracts/Foo.sol --max-warnings 3')
const { code, stdout } = shell.exec('solhint contracts/Foo.sol --max-warnings 3')

expect(code).to.equal(1)
expect(stdout.trim()).to.contain(warningExceededMsg)
Expand Down

0 comments on commit cb0c51a

Please sign in to comment.