Skip to content

Commit 3ad2508

Browse files
Copilotlaeubi
andcommitted
Fix missing assertFalse import in test
Co-authored-by: laeubi <[email protected]>
1 parent 3ade724 commit 3ad2508

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/HierarchicalProjectPreferencesTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
import static org.eclipse.core.tests.resources.ResourceTestUtil.createTestMonitor;
1919
import static org.eclipse.core.tests.resources.ResourceTestUtil.createUniqueString;
2020
import static org.junit.Assert.assertEquals;
21+
import static org.junit.Assert.assertFalse;
2122
import static org.junit.Assert.assertNull;
2223

2324
import org.eclipse.core.resources.IProject;

0 commit comments

Comments
 (0)