Skip to content

Commit ecfd6b6

Browse files
committed
Polishing
Rename LogicalDecodeIntegrationTest to LogicalDecodeIntegrationTests to run test with failsafe. [#18]
1 parent a387b3d commit ecfd6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/r2dbc/postgresql/replication/LogicalDecodeIntegrationTest.java renamed to src/test/java/io/r2dbc/postgresql/replication/LogicalDecodeIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
import static org.assertj.core.api.Assertions.assertThat;
3535

36-
final class LogicalDecodeIntegrationTest {
36+
final class LogicalDecodeIntegrationTests {
3737

3838
@RegisterExtension
3939
static final PostgresqlServerExtension SERVER = new PostgresqlServerExtension();

0 commit comments

Comments
 (0)