Skip to content

Commit

Permalink
Remove Test.only's
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfpleite authored Jul 19, 2024
1 parent cf319ab commit 688d2ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Install/ElementToListTest.elm
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import Test exposing (Test, describe)
all : Test
all =
describe "Install.ElementToList"
[ Run.testFix test1 |> Run.withOnly
, Run.expectNoErrorsTest "should not report error when the field already exists" src0 rule1 |> Run.withOnly
, Run.testFix test2 |> Run.withOnly
[ Run.testFix test1
, Run.expectNoErrorsTest "should not report error when the field already exists" src0 rule1
, Run.testFix test2
]


Expand Down

0 comments on commit 688d2ce

Please sign in to comment.