Skip to content

Commit 214ce1f

Browse files
committed
fix: delete test_spy_commands_called_once_when_executing_a_script
1 parent 9df47c1 commit 214ce1f

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

tests/functional/doubles_test.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,6 @@ function test_mock_ps_when_executing_a_sourced_function() {
1313
assert_match_snapshot "$(top_mem)"
1414
}
1515

16-
function test_spy_commands_called_once_when_executing_a_script() {
17-
spy ps
18-
spy awk
19-
spy head
20-
21-
bash ./tests/functional/fixtures/doubles_script.sh
22-
23-
assert_have_been_called_times 1 ps
24-
assert_have_been_called_times 1 awk
25-
assert_have_been_called_times 1 head
26-
}
27-
2816
function test_spy_commands_called_once_when_executing_a_sourced_function() {
2917

3018
source ./tests/functional/fixtures/doubles_function.sh

0 commit comments

Comments
 (0)