Skip to content

Commit 69e3d44

Browse files
authored
Merge pull request #155 from mP1/feature/mP1-walkingkooka-tree-pull-905-ExpressionFunctionParameter-getXXX-Class-cast
mP1/walkingkooka-tree#905 ExpressionFunctionP…
2 parents ea35d5d + cfeeac1 commit 69e3d44

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/test/java/walkingkooka/tree/expression/function/string/StringExpressionFunctionTextTest.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,6 @@ public void testTwoParametersFails() {
3535
assertThrows(IllegalArgumentException.class, () -> this.apply2("a1", "b2"));
3636
}
3737

38-
@Test
39-
public void testBoolean() {
40-
this.applyAndCheck2(parameters(true), "true");
41-
}
42-
43-
@Test
44-
public void testNumber() {
45-
this.applyAndCheck2(parameters(123), "123");
46-
}
47-
4838
@Test
4939
public void testString() {
5040
this.applyAndCheck2(parameters("abc123"), "abc123");

0 commit comments

Comments
 (0)