Skip to content

Commit 3dd10f8

Browse files
committed
refactor(backend): change displayname of test #541
1 parent 117b49c commit 3dd10f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/test/java/ch/puzzle/pcts/configuration/AppConfigurationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ void setUp() {
2121
validator = factory.getValidator();
2222
}
2323

24-
@DisplayName("Should be valid when URL is a correct https link ending in com")
24+
@DisplayName("Should return expected result")
2525
@ParameterizedTest
2626
@CsvSource("""
2727
https://example.com, true,

0 commit comments

Comments
 (0)