File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ defmodule Mix.Tasks.TestTest do
238238 # Of the passing tests, 1 is tagged with `@tag :foo`.
239239 # But only the failing test with that tag should run.
240240 output = mix ( [ "test" , "--failed" , "--only" , "foo" ] )
241- assert output =~ "2 tests , 1 failure, 1 excluded"
241+ assert output =~ "1 test , 1 failure ( 1 excluded) "
242242
243243 # Run again to give it a chance to record as passed
244244 System . put_env ( "PASS_FAILING_TESTS" , "true" )
@@ -548,7 +548,7 @@ defmodule Mix.Tasks.TestTest do
548548 Including tags: [location: {"test/bar_tests.exs", 5}]
549549 """
550550
551- assert output =~ "4 tests , 0 failures, 3 excluded\n "
551+ assert output =~ "1 test , 0 failures ( 3 excluded) \n "
552552 end )
553553 end
554554 end
You can’t perform that action at this time.
0 commit comments