DATA-DOG / go-sqlmock

Sql mock driver for golang to test database interactions
Other
5.95k stars 404 forks source link

Issue with JSON Byte matching #317

Closed nishgop closed 1 month ago

nishgop commented 1 year ago

Operating system and Go Version

Mac OS Ventura 13.4

Issue

Json Byte does not consistently match for every run

Reproduction steps

TBD

Expected Result

Always matches consistently

Actual Result

It does not always match JSON Bytes and throws the above error complaining that it does not match when in fact the contents are identical

diegommm commented 1 month ago

Hi @nishgop! Please, consider reopening if you still experience this issue, but first make sure to provide more information:

Thank you!