Skip to content

Commit

Permalink
Fixed failing replicator test
Browse files Browse the repository at this point in the history
  • Loading branch information
StepanBrychta committed Oct 1, 2024
1 parent 754ea66 commit 03c1152
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ trait ReplicatorTestCases[
val dstPrefix = createDstPrefixWith(dstNamespace)

withPrefixTransfer { prefixTransfer =>
val spyTransfer = spy(prefixTransfer)
val spyTransfer = spy[PrefixTransferImpl](prefixTransfer)

withReplicator(spyTransfer) {
_.replicate(
Expand Down

0 comments on commit 03c1152

Please sign in to comment.