diff options
Diffstat (limited to 'network/receivepack/service/service_test.go')
| -rw-r--r-- | network/receivepack/service/service_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/network/receivepack/service/service_test.go b/network/receivepack/service/service_test.go index 50d02beb..94e105da 100644 --- a/network/receivepack/service/service_test.go +++ b/network/receivepack/service/service_test.go @@ -25,7 +25,6 @@ func TestExecutePackExpectedWithoutObjectIngress(t *testing.T) { store := memory.New(algo) svc := service.New(service.Options{ - Algorithm: algo, ExistingObjects: store, }) @@ -59,7 +58,6 @@ func TestExecuteDiscardedQuarantineAfterIngestFailure(t *testing.T) { objectIngress := newDualIngress(t, algo) svc := service.New(service.Options{ - Algorithm: algo, ExistingObjects: store, ObjectIngress: objectIngress, }) |
