Skip to content

Commit

Permalink
Merge pull request #2 from okisetiawan0101/fix/go-mod
Browse files Browse the repository at this point in the history
[fix] fix go mod
  • Loading branch information
okisetiawan0101 committed Oct 30, 2019
2 parents 06ae83d + 71f7a67 commit 8a55128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ E.g. timestamps, UUIDs, or other randomly assigned values.

For these types of values, place the string `"<<KEY_EXISTS>>"` as the expected value, and `jsonassert` will only verify that this key exists (i.e. the actual JSON has the expected key, Does not care its value is `null` or not).

For example:
For example :

```go
func TestWhatever(t *testing.T) {
Expand Down

0 comments on commit 8a55128

Please sign in to comment.