tomltest: custom comparison functions (#637)
This commit is contained in:
@@ -50,5 +50,5 @@ func testgenValid(t *testing.T, input string, jsonRef string) {
|
||||
err = json.Unmarshal([]byte(j), &actual)
|
||||
require.NoError(t, err)
|
||||
|
||||
require.Equal(t, ref, actual)
|
||||
testsuite.CmpJSON(t, "", ref, actual)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user