Skip to content

Commit

Permalink
Fixed accidental change to java test
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentBlanckaert committed Oct 24, 2024
1 parent 20da6b0 commit f040248
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"contexts": [
{
"before": {
"typescript": {
"data": "const ex: () => Array<any> = () => {throw new Error("AssertionError");};"
"java": {
"data": "Supplier<List<Object>> ex = () -> {throw new AssertionError();};"
}
},
"testcases": [
Expand Down

0 comments on commit f040248

Please sign in to comment.