diff --git a/src/lint/linter/__tests__/jshint/expected-conditional.lint-test b/src/lint/linter/__tests__/jshint/expected-conditional.lint-test index 42b75257..cad276b6 100644 --- a/src/lint/linter/__tests__/jshint/expected-conditional.lint-test +++ b/src/lint/linter/__tests__/jshint/expected-conditional.lint-test @@ -1,6 +1,6 @@ var foo; if (foo = 'bar') { return true; } ~~~~~~~~~~ -warning:2:16:W084 +warning:2:9:W084