[tests] Fix failing test because of incoherent assertion
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
parent
5c7635f550
commit
3df6482a64
@ -96,7 +96,7 @@ public class PromptReadingRunnableTest {
|
|||||||
|
|
||||||
runnable.run();
|
runnable.run();
|
||||||
logger.setLevel(back);
|
logger.setLevel(back);
|
||||||
Mockito.verify(reader, Mockito.times(3)).readLine();
|
Mockito.verify(reader, Mockito.times(1)).readLine();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user