Skip to content

Commit ce56313

Browse files
authored
Update test_test.exs
1 parent 0d75496 commit ce56313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mix/test/mix/tasks/test_test.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)