Skip to content

Commit

Permalink
avoid errors while tests are not ready
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfpleite authored May 28, 2024
1 parent 8973f0a commit 58dcd3c
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions tests/Install/ClauseInCaseTest.elm
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ a = 1
a = 1
"""
|> Review.Test.run rule
|> Review.Test.expectErrors
[ Review.Test.error
{ message = "REPLACEME"
, details = [ "REPLACEME" ]
, under = "REPLACEME"
}
]
|> Review.Test.expectNoErrors

-- |> Review.Test.expectErrors
-- [ Review.Test.error
-- { message = "REPLACEME"
-- , details = [ "REPLACEME" ]
-- , under = "REPLACEME"
-- }
-- ]
]

0 comments on commit 58dcd3c

Please sign in to comment.