[BAEL-2255] fix unit test
This commit is contained in:
parent
7fa876cc6c
commit
940146e03e
@ -63,7 +63,7 @@ public class BufferedReaderExampleUnitTest {
|
||||
String content = bre.readMultipleChars(reader);
|
||||
|
||||
assertThat(content).isNotEmpty();
|
||||
assertThat(content).contains("Lorem");
|
||||
assertThat(content).isEqualTo("Lorem");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user