Skip to content

Commit

Permalink
make sure we keep coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Apr 28, 2023
1 parent a6d58eb commit a43f1f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions errors/compatibility_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func TestFacebookErrors(t *testing.T) {
fbWrap := facebookerrors.Wrap(root)
So(Tail(fbWrap), ShouldEqual, root)
myAnnotation := Annotate(fbWrap, "I have annotated fb error")
So(Cause(myAnnotation), ShouldEqual, root)

So(Tail(myAnnotation), ShouldEqual, root)
So(Cause(myAnnotation), ShouldEqual, root)
Expand Down

0 comments on commit a43f1f4

Please sign in to comment.