Skip to content

Commit

Permalink
chore: move same line return on bashunit_fail_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed Dec 5, 2024
1 parent 3efc0a7 commit 64c478b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/acceptance/bashunit_fail_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ function test_different_verbose_snapshots_matches() {
}

function test_bashunit_when_a_test_fail_simple_output_env() {
todo "Should print something like ...F."
return
todo "Should print something like ...F." && return

# shellcheck disable=SC2317
local test_file=./tests/acceptance/fixtures/test_bashunit_when_a_test_fail.sh
Expand All @@ -38,8 +37,7 @@ function test_bashunit_when_a_test_fail_simple_output_env() {
}

function test_bashunit_when_a_test_fail_simple_output_option() {
todo "Should print something like ...F."
return
todo "Should print something like ...F." && return

# shellcheck disable=SC2317
local test_file=./tests/acceptance/fixtures/test_bashunit_when_a_test_fail.sh
Expand Down

0 comments on commit 64c478b

Please sign in to comment.