mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
.
This commit is contained in:
parent
792032d8b2
commit
2e086b866a
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue