Skip to content

Commit

Permalink
Update internal/errors/runtime_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Diu <[email protected]>
  • Loading branch information
vankichi and kevindiu committed Feb 8, 2021
1 parent dc3a4a9 commit 49bbfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/errors/runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func TestErrPanicRecovered(t *testing.T) {
func() test {
r := &defaultErr
return test{
name: "return an error when err is not empty and rec is boolean",
name: "return an error when err is not empty and rec is pointer",
args: args{
err: defaultErr,
rec: r,
Expand Down

0 comments on commit 49bbfaa

Please sign in to comment.