Skip to content

Commit

Permalink
#126 Moved ReusableNetworkFactory from eventuate-messaging-kafka to h…
Browse files Browse the repository at this point in the history
…ere #127 use flyway
  • Loading branch information
cer committed Dec 16, 2022
1 parent d3bc307 commit 926159c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class ReusableNetworkFactory {
// Hack from https://github.com/testcontainers/testcontainers-java/issues/3081#issuecomment-831119692
static Network createNetwork(String networkName) {
public static Network createNetwork(String networkName) {
Network network = Network.newNetwork();
ReflectionTestUtils.setField(network, "name", networkName);
List<com.github.dockerjava.api.model.Network> networks =
Expand Down

0 comments on commit 926159c

Please sign in to comment.