Skip to content

Commit 6fb0df0

Browse files
committed
Fix format
1 parent 3456650 commit 6fb0df0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/k6/src/test/java/org/testcontainers/k6/K6ContainerTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ void k6StandardTest() throws Exception {
2323
) {
2424
container.start();
2525

26-
// wait {
26+
// wait {
2727
WaitingConsumer consumer = new WaitingConsumer();
2828
container.followOutput(consumer);
2929

@@ -35,7 +35,7 @@ void k6StandardTest() throws Exception {
3535
3,
3636
TimeUnit.SECONDS
3737
);
38-
// }
38+
// }
3939

4040
assertThat(container.getLogs()).contains("k6 tests are cool!");
4141
}

0 commit comments

Comments
 (0)