Merge branch '1.3.x'
This commit is contained in:
commit
d66bc7b1ee
|
@ -42,7 +42,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
|||
@SpringApplicationConfiguration(SampleCassandraApplication.class)
|
||||
@IntegrationTest("spring.data.cassandra.port=9142")
|
||||
@CassandraDataSet(keyspace = "mykeyspace", value = "setup.cql")
|
||||
@EmbeddedCassandra
|
||||
@EmbeddedCassandra(timeout = 60000)
|
||||
public class SampleCassandraApplicationTests {
|
||||
|
||||
@ClassRule
|
||||
|
|
Loading…
Reference in New Issue