Skip to content

Commit

Permalink
chore: attempt to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sQVe committed Oct 13, 2023
1 parent 2378779 commit 73c366f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/eslint_d_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ describe("linter.eslint_d", function()
endColumn = 22,
endLine = 4,
line = 4,
message =
"This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain no-dupe-else-if",
message = "This branch can never execute. Its condition is a duplicate or covered by previous conditions in the if-else-if chain",
ruleId = "no-dupe-else-if",
severity = 2
}
Expand Down

0 comments on commit 73c366f

Please sign in to comment.