Skip to content

Commit 198b7fa

Browse files
committed
Fix openfga doc
1 parent 93ca7cd commit 198b7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openfga/src/test/java/org/testcontainers/openfga/OpenFGAContainerTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class OpenFGAContainerTest {
1515

1616
@Test
1717
public void withDefaultConfig() throws FgaInvalidParameterException, ExecutionException, InterruptedException {
18-
try ( // container
18+
try ( // container {
1919
OpenFGAContainer openfga = new OpenFGAContainer("openfga/openfga:v1.4.3")
2020
// }
2121
) {

0 commit comments

Comments
 (0)