You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a unit test is failing when compiling with golang1.19
% go version
go version go1.19 darwin/amd64
% make test
go test -timeout 60s ./...
--- FAIL: TestJSONQ_SortBy_float_ascending_order (0.00s)
jsonq_testdata_test.go:134: Tag: sorting array of object by its key (price-float64) in ascending desc
Expected: [{"id":null,"name":"HP core i3 SSD","price":850},{"id":4,"name":"Fujitsu","price":850},{"id":5,"key":2300,"name":"HP core i5","price":850},{"id":6,"name":"HP core i7","price":950},{"id":3,"name":"Sony VAIO","price":1200},{"id":1,"name":"MacBook Pro 13 inch retina","price":1350},{"id":2,"name":"MacBook Pro 15 inch retina","price":1700}]
Got: [{"id":4,"name":"Fujitsu","price":850},{"id":5,"key":2300,"name":"HP core i5","price":850},{"id":null,"name":"HP core i3 SSD","price":850},{"id":6,"name":"HP core i7","price":950},{"id":3,"name":"Sony VAIO","price":1200},{"id":1,"name":"MacBook Pro 13 inch retina","price":1350},{"id":2,"name":"MacBook Pro 15 inch retina","price":1700}]
FAIL
FAIL github.com/thedevsaddam/gojsonq/v2 0.353s
FAIL
The text was updated successfully, but these errors were encountered:
a unit test is failing when compiling with golang1.19
The text was updated successfully, but these errors were encountered: