Skip to content

Commit ec1b361

Browse files
committed
Test
1 parent 2e65724 commit ec1b361

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

oops_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ func TestOopsHasTag(t *testing.T) {
188188
is.True(err.(OopsError).HasTag("authz"))
189189
is.False(err.(OopsError).HasTag("not-found")) // Does not go over all joined errors so far
190190
is.False(err.(OopsError).HasTag("1234"))
191+
192+
is.False(new().New("test").(OopsError).HasTag("not-found"))
191193
}
192194

193195
func TestOopsTx(t *testing.T) {

0 commit comments

Comments
 (0)