Skip to content

Commit

Permalink
extensions test fixes, attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher authored Apr 11, 2017
1 parent 861765f commit c9f10e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/rules/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ ruleTester.run('extensions', rule, {
{
message: 'Unexpected use of file extension "js" for "./bar.js"',
line: 1,
column: 17,
column: 19,
},
],
}),
Expand All @@ -172,7 +172,7 @@ ruleTester.run('extensions', rule, {
{
message: 'Unexpected use of file extension "js" for "./bar.js"',
line: 1,
column: 17,
column: 19,
},
],
}),
Expand Down

0 comments on commit c9f10e8

Please sign in to comment.