Commit c6b680e
committed
Add missing static imports for JUnit 5 assertions in HDFS module
Added missing static imports:
- import static org.junit.jupiter.api.Assertions.fail;
- import static org.junit.jupiter.api.Assertions.assertTrue;
These were previously imported from JUnit 4 and are needed for the
fail() and assertTrue() method calls in the test code.1 parent a98d060 commit c6b680e
File tree
1 file changed
+2
-0
lines changed- commons-vfs2-hdfs/src/test/java/org/apache/commons/vfs2/provider/hdfs
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments