Skip to content

Commit

Permalink
Fixed some comment directive tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro committed Dec 20, 2018
1 parent f389547 commit b963b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/comment-directives.js
Expand Up @@ -25,7 +25,7 @@ describe('Linter', () => {
const report = linter.processStr(
`
// solhint-disable-next-line
pragma solidity ^0.4.4;
pragma solidity 0.3.4;
pragma solidity 0.3.4;
`,
noIndent()
Expand All @@ -38,7 +38,7 @@ describe('Linter', () => {
const report = linter.processStr(
`
/* solhint-disable-next-line */
pragma solidity ^0.4.4;
pragma solidity 0.3.4;
pragma solidity 0.3.4;
`,
noIndent()
Expand Down

0 comments on commit b963b98

Please sign in to comment.