1
0
Fork 0

Update store_test.go

master
Philip O'Toole 8 months ago committed by GitHub
parent b21f185204
commit ec214380ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1150,7 +1150,7 @@ func Test_SingleNodeExecuteQueryFreshness(t *testing.T) {
if err != nil {
t.Fatalf("failed to query leader node: %s", err.Error())
}
if exp, got := `[[1,"fiona"]]`, asJSON(eqr); exp != got {
if exp, got := `[{"columns":["id","name"],"types":["integer","text"],"values":[[1,"fiona"]]}]`, asJSON(eqr); exp != got {
t.Fatalf("unexpected results for request\nexp: %s\ngot: %s", exp, got)
}
}

Loading…
Cancel
Save