Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eberkund committed Jun 1, 2022
1 parent cc7ca69 commit 6b8cfd5
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 @@ -41,6 +41,6 @@ func TestFiles(t *testing.T) {
)

// Provide the filename and input data
g.JSONEq("somefile.golden.json", `{"foo": 123}`)
g.AssertEqualsJSON("somefile.golden.json", `{"foo": 123}`)
}
```

0 comments on commit 6b8cfd5

Please sign in to comment.