Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Bisakh Mondal <bisakhmondal00@gmail.com>
  • Loading branch information
bisakhmondal committed Mar 30, 2022
1 parent 6fae087 commit b090b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/errors/errors_test.go
Expand Up @@ -133,7 +133,7 @@ func TestCause(t *testing.T) {
testutil.Equals(t, cause, nil)
return
}
testutil.Equals(t, cause.Error(), tc.expected, "Unwrap must match expected output")
testutil.Equals(t, cause.Error(), tc.expected, "Cause must match expected output")
})
}
}

0 comments on commit b090b04

Please sign in to comment.