Skip to content

Commit 4981853

Browse files
andreacionidgray16
andauthored
Update spring-batch-s3/src/test/java/org/springframework/batch/extensions/s3/S3ItemReaderTests.java
Co-authored-by: Volodymyr <[email protected]> Signed-off-by: Andrea Cioni <[email protected]>
1 parent 5e3793a commit 4981853

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-batch-s3/src/test/java/org/springframework/batch/extensions/s3/S3ItemReaderTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ void testReadReturnsMultipleItemsInSingleDeserialization() throws Exception {
158158
String result1 = reader.read();
159159
String result2 = reader.read();
160160
String result3 = reader.read();
161+
161162
// then
162163

163164
assertThat(result1).isEqualTo("item1");

0 commit comments

Comments
 (0)