Commit 8767cea
fix(tests): Make ServletUtilsTest order-insensitive
Update ServletUtilsTest.java
Previously, I checked "key1" twice. It should check both "key1" and "key2"1 parent 2590df6 commit 8767cea
File tree
1 file changed
+3
-1
lines changed- modules/swagger-jaxrs2/src/test/java/io/swagger/v3/jaxrs2/util
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
0 commit comments