Skip to content

Commit 1394498

Browse files
committed
fix: correct import path for ExpressionParser in ExpressionParserTest
1 parent c942c70 commit 1394498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/ExpressionParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import org.junit.jupiter.api.Test;
66

7-
import main.java.mindustrytool.workflow.expressions.ExpressionParser;
7+
import mindustrytool.workflow.expressions.ExpressionParser;
88

99
public class ExpressionParserTest {
1010
ExpressionParser parser = new ExpressionParser();

0 commit comments

Comments
 (0)