Skip to content

Commit

Permalink
pool: Fix AIO test
Browse files Browse the repository at this point in the history
Regression came with d58930b.

Signed-off-by: Leonard Lyubich <leonard@morphbits.io>
  • Loading branch information
cthulhu-rider committed Apr 12, 2024
1 parent 830a0ff commit f4a8651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pool/pool_aio_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit f4a8651

Please sign in to comment.