Skip to content

Commit 9f2c0f4

Browse files
committed
Fix format
1 parent 63c6279 commit 9f2c0f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/cassandra/src/test/java/org/testcontainers/cassandra/CassandraContainerTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ public void testNonexistentInitScript() {
8888
CassandraContainer cassandraContainer = new CassandraContainer(CASSANDRA_IMAGE)
8989
.withInitScript("unknown_script.cql")
9090
) {
91-
assertThat(catchThrowable(cassandraContainer::start))
92-
.isInstanceOf(ContainerLaunchException.class);
91+
assertThat(catchThrowable(cassandraContainer::start)).isInstanceOf(ContainerLaunchException.class);
9392
}
9493
}
9594

0 commit comments

Comments
 (0)