We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c6279 commit 9f2c0f4Copy full SHA for 9f2c0f4
modules/cassandra/src/test/java/org/testcontainers/cassandra/CassandraContainerTest.java
@@ -88,8 +88,7 @@ public void testNonexistentInitScript() {
88
CassandraContainer cassandraContainer = new CassandraContainer(CASSANDRA_IMAGE)
89
.withInitScript("unknown_script.cql")
90
) {
91
- assertThat(catchThrowable(cassandraContainer::start))
92
- .isInstanceOf(ContainerLaunchException.class);
+ assertThat(catchThrowable(cassandraContainer::start)).isInstanceOf(ContainerLaunchException.class);
93
}
94
95
0 commit comments