Commit 84da773
committed
refactor: Drop redundant eq() matchers in ClasspathResourceHandlerTest
SonarQube java:S6068 — when every verify() argument is wrapped in eq(),
pass raw values instead. The eq() import is retained for the one call
that mixes eq() with longThat(), where matchers must be used uniformly.1 parent d7186f7 commit 84da773
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments