Skip to content

Commit

Permalink
tbel:fix bug getGenericReturnType of Method if Method in Function - test
Browse files Browse the repository at this point in the history
  • Loading branch information
nickAS21 committed Jul 25, 2024
1 parent 53a99f0 commit 753ec86
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public void testStringToBytes_ArgumentTypeIsNotStringLineNotZero_Bad() throws Ex
}

public void testSHexToBytes_InFunction_Ok() throws Exception {
String expectedStr = "{\"hello\": \"world\"}";
String scriptBody = "var data = frm();\n" +
"function frm(){\n" +
" var out = {};\n" +
Expand Down

0 comments on commit 753ec86

Please sign in to comment.