Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejwalkowiak committed Oct 29, 2023
1 parent 5633f0a commit 558ad5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ static class AppConfiguration {
private WireMockServer todoService;

@Test
void foo() {
void appliesConfigurationCustomizer() {
assertThat(userService.port()).isEqualTo(USER_SERVICE_PORT);
assertThat(todoService.port()).isEqualTo(TODO_SERVICE_PORT);
}
Expand Down

0 comments on commit 558ad5f

Please sign in to comment.