We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc969f commit dc197e0Copy full SHA for dc197e0
panic.go
@@ -15,8 +15,6 @@ func Panic(t *testing.T, fn func(), message ...string) (err error) {
15
16
fn()
17
18
- // err = newAssertionError("mssing expected panic", message...)
19
-
20
return
21
}
22
0 commit comments