Skip to content

Commit

Permalink
Merge pull request #628 from paudley/patch-1
Browse files Browse the repository at this point in the history
Add ShouldEqualJSON to the assertion export list.
  • Loading branch information
riannucci committed Oct 8, 2021
2 parents 33a2c59 + 22c4983 commit 96b4785
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 96b4785

Please sign in to comment.