Skip to content

Commit

Permalink
Add ShouldEqualJSON to the assertion export list.
Browse files Browse the repository at this point in the history
  • Loading branch information
paudley committed Jul 4, 2021
1 parent 0fc5ef5 commit 22c4983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions convey/assertions.go
Expand Up @@ -7,6 +7,7 @@ var (
ShouldNotEqual = assertions.ShouldNotEqual
ShouldAlmostEqual = assertions.ShouldAlmostEqual
ShouldNotAlmostEqual = assertions.ShouldNotAlmostEqual
ShouldEqualJSON = assertions.ShouldEqualJSON
ShouldResemble = assertions.ShouldResemble
ShouldNotResemble = assertions.ShouldNotResemble
ShouldPointTo = assertions.ShouldPointTo
Expand Down

0 comments on commit 22c4983

Please sign in to comment.