Fix silly cut & paste test name.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@2530 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
1e043dcc94
commit
7c7e10d9f5
@ -84,7 +84,7 @@ public class TrimTests extends RefineTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testDiffInvalidParams() {
|
||||
public void testInvalidParams() {
|
||||
Assert.assertTrue(invoke("trim") instanceof EvalError);
|
||||
Assert.assertTrue(invoke("trim", "one","two","three") instanceof EvalError);
|
||||
Assert.assertTrue(invoke("trim", Long.getLong("1")) instanceof EvalError);
|
||||
|
Loading…
Reference in New Issue
Block a user