Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
poorbarcode committed Jul 10, 2024
1 parent 5be5577 commit c4c37d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void cleanup() throws Exception {
super.cleanup();
}

public void setupWithSettings(java.util.function.Consumer<ServiceConfiguration> settings) throws Exception {
private void setupWithSettings(java.util.function.Consumer<ServiceConfiguration> settings) throws Exception {
this.settings = settings;
super.setup();
}
Expand Down

0 comments on commit c4c37d0

Please sign in to comment.