mirror of
https://github.com/corda/corda.git
synced 2025-06-21 16:49:45 +00:00
CORDA-2333: Dependency update pass for tests and demos (#5211)
This commit is contained in:
@ -65,7 +65,7 @@ class ANSIProgressRendererTest {
|
||||
|
||||
private fun checkTrackingState(captor: KArgumentCaptor<Ansi>, updates: Int, trackerState: List<String>) {
|
||||
verify(printWriter, times(updates)).print(captor.capture())
|
||||
assertThat(captor.lastValue.toString()).containsSequence(trackerState)
|
||||
assertThat(captor.lastValue.toString()).containsSubsequence(trackerState)
|
||||
verify(printWriter, times(updates)).flush()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user