Skip to content

Commit 62bb9b6

Browse files
committed
fix: remove unused test method from ExpressionParserTest
1 parent cb2f398 commit 62bb9b6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/test/java/ExpressionParserTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
import mindustrytool.workflow.expressions.ExpressionParser;
88

9-
109
public class ExpressionParserTest {
1110
ExpressionParser parser = new ExpressionParser();
1211

@@ -16,9 +15,4 @@ public class ExpressionParserTest {
1615
void testAddition() {
1716
assertEquals(parser.evaluateAsDouble("1 + 2", variables), 3);
1817
}
19-
20-
@Test
21-
void test(){
22-
assertEquals(1, 1);
23-
}
2418
}

0 commit comments

Comments
 (0)