Skip to content

Commit

Permalink
fix: test with new panic error
Browse files Browse the repository at this point in the history
(cherry picked from commit 105e872)
  • Loading branch information
tychoish committed Jan 21, 2025
1 parent 2f105d9 commit 571c5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ers/panic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestPanics(t *testing.T) {
if err == nil {
t.Fatal("expected error")
}
check.Equal(t, 2, len(Unwind(err)))
check.Equal(t, 3, len(Unwind(err)))
})
t.Run("ArbitraryObject", func(t *testing.T) {
err := ParsePanic(t)
Expand Down

0 comments on commit 571c5fb

Please sign in to comment.