Skip to content

Commit

Permalink
Corrected expected stack for maze test - Panic handling
Browse files Browse the repository at this point in the history
  • Loading branch information
DariaKunoichi committed Feb 15, 2024
1 parent 2f22ae4 commit 7069695
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions features/plain_features/panics.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Feature: Panic handling
| interface conversion: interface is struct {}, not string |
| interface conversion: interface {} is struct {}, not string |
And the in-project frames of the stacktrace are:
| file | method |
| main.go | unhandledCrash.func1 |
| main.go | unhandledCrash |
| file | method |
| main.go | main.unhandledCrash.func1 |
| main.go | unhandledCrash |
| main.go | main |

0 comments on commit 7069695

Please sign in to comment.