diff --git a/pool/pool_aio_test.go b/pool/pool_aio_test.go index 8d5fd433..4be2075f 100644 --- a/pool/pool_aio_test.go +++ b/pool/pool_aio_test.go @@ -723,7 +723,7 @@ func testCreateContainer(ctx context.Context, t *testing.T, signer neofscrypto.S var pp netmap.PlacementPolicy pp.SetContainerBackupFactor(1) - pp.SetReplicas(rd) + pp.SetReplicas([]netmap.ReplicaDescriptor{rd}) cont.SetPlacementPolicy(pp)