Skip to content

Commit 0a5a788

Browse files
Copilotlaeubi
andcommitted
Fix missing assertFalse import in test
Co-authored-by: laeubi <1331477+laeubi@users.noreply.github.com>
1 parent 6dee999 commit 0a5a788

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)