| Index: impl/memory/datastore_query_execution_test.go
|
| diff --git a/impl/memory/datastore_query_execution_test.go b/impl/memory/datastore_query_execution_test.go
|
| index 941e845ebd2bb0aedeb2806e96942898f84bb9f1..77a780fcf66d68ead66e78ba68e14e22a2c9ef2e 100644
|
| --- a/impl/memory/datastore_query_execution_test.go
|
| +++ b/impl/memory/datastore_query_execution_test.go
|
| @@ -523,7 +523,7 @@ func TestQueryExecution(t *testing.T) {
|
| }
|
| }
|
|
|
| - if err := data.DeleteMulti(stage.delEnts); err != nil {
|
| + if err := data.DeleteMulti(stage.delEnts...); err != nil {
|
| panic(err)
|
| }
|
|
|
|
|