diff --git a/tests/operations/tests/Image.mjs b/tests/operations/tests/Image.mjs
index ff30a895..1f450433 100644
--- a/tests/operations/tests/Image.mjs
+++ b/tests/operations/tests/Image.mjs
@@ -40,7 +40,7 @@ TestRegister.addTests([
{
name: "Render Image: base64 jpg",
input: JPG_B64,
- expectedOutput: "
",
+ expectedOutput: "
",
recipeConfig: [
{ op: "Render Image", args: ["Base64"] }
]