Skip to content

Commit

Permalink
[INLONG-10873][SDK] Transform support factorial function
Browse files Browse the repository at this point in the history
  • Loading branch information
youzhi886 committed Aug 25, 2024
1 parent 15cf7ee commit 8a79da6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ public void testFactorialFunction() throws Exception {
Assert.assertEquals("Factorial is only defined for non-negative integers.", e.getMessage());
}
}
}

@Test
public void testLog2Function() throws Exception {
Expand Down

0 comments on commit 8a79da6

Please sign in to comment.