mirror of
https://github.com/corda/corda.git
synced 2025-06-22 17:09:00 +00:00
test-utils: Rename repeat to replicate due to name clashes
This commit is contained in:
@ -163,7 +163,7 @@ class WalletMonitorServiceTests {
|
||||
is TransactionBuildResult.Failed -> fail(state.message)
|
||||
}
|
||||
},
|
||||
repeat(7) {
|
||||
replicate(7) {
|
||||
expect { build: ServiceToClientEvent.Progress -> }
|
||||
}
|
||||
),
|
||||
|
Reference in New Issue
Block a user