Skip to content

Commit 618e03b

Browse files
committed
Fix incorrect test class name
This test class is about the composite item reader and not the composite item writer.
1 parent e110b35 commit 618e03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
import org.springframework.jdbc.support.JdbcTransactionManager;
5151
import org.springframework.test.jdbc.JdbcTestUtils;
5252

53-
public class CompositeItemWriterSampleFunctionalTests {
53+
public class CompositeItemReaderSampleFunctionalTests {
5454

5555
record Person(int id, String name) {
5656
}

0 commit comments

Comments
 (0)