Skip to content

Commit

Permalink
CC-823 updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
libmartinito committed Nov 17, 2023
1 parent 33c517e commit 6b0f473
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions internal/test_helpers/fixtures/init/failure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[stage-1] Running tests for Stage #1: init
[stage-1] $ echo "dog" | ./your_grep.sh -E "d"
[stage-1] ✓ Received exit code 0.
[stage-1] $ echo "dog" | ./your_grep.sh -E "f"
[stage-1] expected exit code 1, got 0
[stage-1] Test failed (try setting 'debug: true' in your codecrafters.yml to see more details)
[stage-1] Running tests for Stage #1: init
[stage-1] $ echo "dog" | ./your_grep.sh -E "d"
[stage-1] ✓ Received exit code 0.
[stage-1] $ echo "dog" | ./your_grep.sh -E "f"
[stage-1] expected exit code 1, got 0
[stage-1] Test failed (try setting 'debug: true' in your codecrafters.yml to see more details)

0 comments on commit 6b0f473

Please sign in to comment.