Skip to content

Commit

Permalink
Update fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
andy1li committed Dec 26, 2024
1 parent cd67de2 commit 27f39e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions internal/test_helpers/fixtures/base/pass
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Debug = true
[stage-7] ✓ Received expected response
[your-program] $ type invalid_banana_command
[your-program] bash: type: invalid_banana_command: not found
[stage-7] ✓ Received expected response
[stage-7] ✓ Received command not found message
[your-program] $ type invalid_raspberry_command
[your-program] bash: type: invalid_raspberry_command: not found
[stage-7] ✓ Received expected response
[stage-7] ✓ Received command not found message
[your-program] $
[stage-7] Test passed.

Expand All @@ -44,10 +44,10 @@ Debug = true
[stage-6] ✓ Received expected response
[your-program] $ type invalid_apple_command
[your-program] bash: type: invalid_apple_command: not found
[stage-6] ✓ Received expected response
[stage-6] ✓ Received command not found message
[your-program] $ type invalid_grape_command
[your-program] bash: type: invalid_grape_command: not found
[stage-6] ✓ Received expected response
[stage-6] ✓ Received command not found message
[your-program] $
[stage-6] Test passed.

Expand Down Expand Up @@ -92,7 +92,6 @@ Debug = true
[your-program] $ invalid_banana_command
[your-program] bash: invalid_banana_command: command not found
[stage-2] ✓ Received command not found message
[your-program] $
[stage-2] Test passed.

[stage-1] Running tests for Stage #1: oo8
Expand Down
8 changes: 4 additions & 4 deletions internal/test_helpers/fixtures/navigation/pass
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ Debug = true
[stage-7] ✓ Received expected response
[your-program] $ type invalid_apple_command
[your-program] bash: type: invalid_apple_command: not found
[stage-7] ✓ Received expected response
[stage-7] ✓ Received command not found message
[your-program] $ type invalid_orange_command
[your-program] bash: type: invalid_orange_command: not found
[stage-7] ✓ Received expected response
[stage-7] ✓ Received command not found message
[your-program] $
[stage-7] Test passed.

Expand All @@ -97,10 +97,10 @@ Debug = true
[stage-6] ✓ Received expected response
[your-program] $ type invalid_raspberry_command
[your-program] bash: type: invalid_raspberry_command: not found
[stage-6] ✓ Received expected response
[stage-6] ✓ Received command not found message
[your-program] $ type invalid_mango_command
[your-program] bash: type: invalid_mango_command: not found
[stage-6] ✓ Received expected response
[stage-6] ✓ Received command not found message
[your-program] $
[stage-6] Test passed.

Expand Down

0 comments on commit 27f39e3

Please sign in to comment.