Skip to content

Commit 0e7e33d

Browse files
committed
Polishing
Fix typo in test name.
1 parent 5645003 commit 0e7e33d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/r2dbc/postgresql/FetchSizeIntegrationIntegrationTests.java renamed to src/test/java/io/r2dbc/postgresql/FetchSizeIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* Integration tests for {@link Statement#fetchSize(int)}.
2525
*/
26-
final class FetchSizeIntegrationIntegrationTests extends AbstractIntegrationTests {
26+
final class FetchSizeIntegrationTests extends AbstractIntegrationTests {
2727

2828
@Override
2929
protected void customize(PostgresqlConnectionConfiguration.Builder builder) {

0 commit comments

Comments
 (0)