Skip to content

Commit

Permalink
Fixes #114.
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartbryson committed Mar 20, 2024
1 parent 39ae6af commit 79fc0ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class JavaAmazonTest extends GradleSpec {
| add_numbers {
| inputs = ["a integer", "b integer"]
| returns = "string"
| runtme = '17'
| runtime = '17'
| handler = "Sample.addNum"
| }
| }
Expand Down

0 comments on commit 79fc0ec

Please sign in to comment.