This commit is contained in:
Todd Gruben 2021-11-03 09:37:52 -05:00
parent 792032d8b2
commit 2e086b866a

View file

@ -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)
}