Skip to content

Commit

Permalink
Merge pull request #2038 from gwenneg/fix-blog-post
Browse files Browse the repository at this point in the history
Fix blog post typo
  • Loading branch information
gsmet authored Jul 2, 2024
2 parents b04156f + e19b710 commit 44c7268
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ public class FeaturesResourceTest {
@ParameterizedTest
@ValueSource(booleans = {true, false})
void test(boolean awesomeFeatureEnabled) { // (1)
void test(boolean awesomeFeatureEnabled) { // <1>
Mockito.when(featuresConfig.isAwesomeFeatureEnabled()).thenReturn(awesomeFeatureEnabled);
RestAssured.given()
.when().get("/features/awesome")
Expand Down

0 comments on commit 44c7268

Please sign in to comment.