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