Skip to content

Commit

Permalink
fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcorby-eaglen committed Mar 15, 2023
1 parent daa3042 commit d4cec32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ func TestMatcherDescription(t *testing.T) {
})
}
}
func TestAllOfDescription(testing *testing.T) {
func TestAllOfDescribesOnlyMismatches(testing *testing.T) {
stubTestingT := new(StubTestingT)
then.AssertThat(stubTestingT, "abc", is.AllOf(
is.EqualTo("abc"),
Expand Down

0 comments on commit d4cec32

Please sign in to comment.