diff --git a/tests/Install/ElementToListTest.elm b/tests/Install/ElementToListTest.elm index 4e31098..1a06340 100644 --- a/tests/Install/ElementToListTest.elm +++ b/tests/Install/ElementToListTest.elm @@ -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 ]