Skip to content

Commit

Permalink
Fix not enough arguments in formatted string
Browse files Browse the repository at this point in the history
  • Loading branch information
mnhock committed Jul 6, 2024
1 parent 8ed96bf commit a672da3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public PropertiesConfigurer shouldBeAnnotatedWithValidated(Configuration configu
.that(are(annotatedWithConfigurationProperties(true)))
.should().beMetaAnnotatedWith(ANNOTATION_VALIDATED)
.as("Configuration properties annotated with %s should be annotated with %s as well".formatted(
ANNOTATION_VALIDATED)),
ANNOTATION_CONFIGURATION_PROPERTIES, ANNOTATION_VALIDATED)),
configuration));
}

Expand Down

0 comments on commit a672da3

Please sign in to comment.