Skip to content

Commit

Permalink
Compile plz
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Jan 8, 2025
1 parent c1dbade commit 6555536
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected List<TestCaseSupplier> cases() {

@Override
protected Expression build(Source source, List<Expression> args) {
return new Sin(source, args.getFirst());
return new Sin(source, args.get(0));
}

@Override
Expand Down

0 comments on commit 6555536

Please sign in to comment.