podhmo / go-webtest

Sometimes, easy is better than simple
MIT License
1 stars 0 forks source link

Refine jsonequal #61

Closed podhmo closed 5 years ago

podhmo commented 5 years ago

60

--- FAIL: TestHandler (0.00s)
    --- FAIL: TestHandler/try (0.00s)
        snapshot.go:56: load testdata: "testdata/TestHandler/try.golden"
        integration_test.go:105: on equal check: got and want is not same. (status=NoMatch)

            {
                "result": 10 => 6
            }

            left (got) :
                {"result":10}
            right (want) :
                {"result":6}
FAIL
exit status 1