Fix/tidy generated test suite

This commit is contained in:
GCHQDeveloper581 2026-04-29 17:10:02 +00:00
parent 2b28e3a660
commit 2bdf6dd48f
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C

View File

@ -155,12 +155,12 @@ import TestRegister from "../../lib/TestRegister.mjs";
TestRegister.addTests([
{
name: " ${moduleName}: test",
name: "${result.opName}: test",
input: "Example input",
expectedOutput: "Expected output",
recipeConfig: [
{
op: " ${moduleName}",
op: "${result.opName}",
args: [],
},
],