Move EvalErrorTests

This commit is contained in:
Antonin Delpeuch 2018-09-29 19:42:37 +01:00
parent 7d3af420ce
commit 49b84574da

View File

@ -1,7 +1,8 @@
package com.google.refine.expr;
package com.google.refine.tests.expr;
import org.testng.annotations.Test;
import com.google.refine.expr.EvalError;
import com.google.refine.tests.util.TestUtils;
public class EvalErrorTests {