Skip to content

Commit

Permalink
Update e2e/server_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Laferriere <samlaf92@gmail.com>
  • Loading branch information
anupsv and samlaf authored Sep 19, 2024
1 parent 8e5e6f7 commit c7209a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func useMemory() bool {
return !runTestnetIntegrationTests
}

func isPanic(err string) bool {
func isNilPtrDerefPanic(err string) bool {
return strings.Contains(err, "panic") && strings.Contains(err, "SIGSEGV") &&
strings.Contains(err, "nil pointer dereference")
}
Expand Down

0 comments on commit c7209a0

Please sign in to comment.