Skip to content

Commit

Permalink
Fix elvis test
Browse files Browse the repository at this point in the history
  • Loading branch information
plux committed May 19, 2024
1 parent 86fd262 commit 5a55323
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/els_lsp/test/els_diagnostics_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -725,13 +725,13 @@ elvis(_Config) ->
Warnings = [
#{
code => operator_spaces,
message => <<"Missing space right \",\" on line 6">>,
message => <<"Missing space to the right of \",\" on line 6">>,
range => {{5, 0}, {6, 0}},
relatedInformation => []
},
#{
code => operator_spaces,
message => <<"Missing space right \",\" on line 7">>,
message => <<"Missing space to the right of \",\" on line 7">>,
range => {{6, 0}, {7, 0}},
relatedInformation => []
}
Expand Down

0 comments on commit 5a55323

Please sign in to comment.