diff --git a/sql/handler_test.go b/sql/handler_test.go index bb82b7e9f..e07b67f1e 100644 --- a/sql/handler_test.go +++ b/sql/handler_test.go @@ -35,6 +35,7 @@ func TestHandler(t *testing.T) { _, err = handler.Handle(context.Background(), query) if err.Error() != "mapping select: handling: nowhere: index not found" { //expecting it to fail with index not found + //can be more elaborate later t.Fatal(err) }