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([ TestRegister.addTests([
{ {
name: " ${moduleName}: test", name: "${result.opName}: test",
input: "Example input", input: "Example input",
expectedOutput: "Expected output", expectedOutput: "Expected output",
recipeConfig: [ recipeConfig: [
{ {
op: " ${moduleName}", op: "${result.opName}",
args: [], args: [],
}, },
], ],