mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix testdata
This commit is contained in:
+1
-1
@@ -6,6 +6,6 @@ import static org.junit.Assert.assertFalse;
|
||||
class X {
|
||||
@Test
|
||||
void t() {
|
||||
assertFalse(!true);
|
||||
assertFalse(false);
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -4,6 +4,6 @@ import static org.junit.Assert.assertTrue;
|
||||
class StaticImportWithoutTestMethod {
|
||||
|
||||
void t() {
|
||||
assertFalse(!false);
|
||||
assertFalse(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user