From 020ea6a2121f22d7792898af6eed2ba2d3896c3f Mon Sep 17 00:00:00 2001 From: Merlin Ran Date: Thu, 6 May 2021 13:04:29 -0700 Subject: [PATCH] fix typo in manifest.toml.template --- templates/go-templates/manifest.toml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/go-templates/manifest.toml.template b/templates/go-templates/manifest.toml.template index 262b482..7cc14d9 100644 --- a/templates/go-templates/manifest.toml.template +++ b/templates/go-templates/manifest.toml.template @@ -30,5 +30,5 @@ instances = { min = 1, max = 5, default = 1 } # [[testcases]] # name = "another" # instances = { min = 1, max = 1, default = 1 } -# [testcase.params] +# [testcases.params] # param1 = { type = "int", desc = "an integer", unit = "units", default = 3 }