Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
kostaskougios committed Dec 6, 2023
1 parent f13495a commit d84d951
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ class EndToEndHelidonWsSuite extends AnyFunSuite:
f.unitResult(1, 3) should be(())
impl.unitResultC.get() should be(1)

test(s"$serializer: addParams"):
runTest(serializer): f =>
f.addParams(1, 3, "5")(7) should be(16)

// test(s"$serializer: calling multiple functions sequentially"):
// runTest(serializer): f =>
// for i <- 1 to 10000 do
Expand Down

0 comments on commit d84d951

Please sign in to comment.