From 68afe41930a23f9f576c9b3e88d92ed8cbff0fd6 Mon Sep 17 00:00:00 2001 From: Owen Date: Wed, 1 Apr 2026 11:10:53 +0200 Subject: [PATCH] use equal AssertionGenerator function as default --- templates/Test_template.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Test_template.res b/templates/Test_template.res index 2a6cb7e..8bb1405 100644 --- a/templates/Test_template.res +++ b/templates/Test_template.res @@ -11,7 +11,7 @@ panic("test not yet implemented") // let input = Utils.getTestCaseInput(case, "phrase") // EDIT THIS WITH YOUR ASSERTIONS (use genAssert... name to generate an assertion in the template) -// AssertionGenerators( +// AssertionGenerators.equal( // ~message=case.description, // ~actual=`functionName(${input})`, // ~expected=expectedStr,