Skip to content

Commit

Permalink
Fix openfga doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Mar 4, 2024
1 parent 93ca7cd commit 198b7fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class OpenFGAContainerTest {

@Test
public void withDefaultConfig() throws FgaInvalidParameterException, ExecutionException, InterruptedException {
try ( // container
try ( // container {
OpenFGAContainer openfga = new OpenFGAContainer("openfga/openfga:v1.4.3")
// }
) {
Expand Down

0 comments on commit 198b7fa

Please sign in to comment.