test: add lambdaSuffix(true)

This commit is contained in:
ReaJason
2026-09-24 12:03:40 +08:00
parent 17f930af1c
commit 322f1b74a8
2 changed files with 4 additions and 1 deletions
@@ -47,6 +47,7 @@ class MemShellGeneratorControllerTest {
.shellTool(ShellTool.Godzilla)
.shrink(true)
.debug(true)
.lambdaSuffix(true)
.serverVersion("Unknown")
.targetJreVersion(50)
.build());