Skip to content

Commit

Permalink
use builder
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrehu committed Oct 11, 2023
1 parent e75d70a commit 0a47ab6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public final class K3aLagExporterIT {

@BeforeAll
public static void beforeClass() {
broker = new K3aEmbedded();
broker = new K3aEmbedded.Builder().build();
broker.start();
}

Expand Down

0 comments on commit 0a47ab6

Please sign in to comment.