Skip to content

Commit

Permalink
Polish examples (#5520)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Jun 28, 2022
1 parent afde5d3 commit c0eb042
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.testcontainsers.examples;
package org.testcontainers.examples;

import io.cucumber.junit.Cucumber;
import io.cucumber.junit.CucumberOptions;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.testcontainsers.examples;
package org.testcontainers.examples;

import io.cucumber.java.After;
import io.cucumber.java.Before;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

// junitExample {
@Testcontainers
public class Neo4jExampleTest {
class Neo4jExampleTest {

@Container
private static Neo4jContainer<?> neo4jContainer =
Expand Down

0 comments on commit c0eb042

Please sign in to comment.