From 2e086b866adedc4554054dfda49937a896fc59cf Mon Sep 17 00:00:00 2001 From: Todd Gruben Date: Wed, 3 Nov 2021 09:37:52 -0500 Subject: [PATCH] . --- sql/handler_test.go | 1 + 1 file changed, 1 insertion(+) 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) }