Skip to content

Commit 425d877

Browse files
committed
Extend deprecation priority test cases
1 parent d3d7e67 commit 425d877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/github/malczuuu/problem4j/core/ProblemStatusTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class ProblemStatusTests {
1313

1414
@ParameterizedTest
15-
@ValueSource(ints = {103, 413, 414})
15+
@ValueSource(ints = {103, 413, 414, 416, 422})
1616
void givenAmbiguousStatusCode_shouldPrioritizeNonDeprecatedOne(int value)
1717
throws NoSuchFieldException {
1818

0 commit comments

Comments
 (0)