From 478af40359609058b7d231fae90df64385606611 Mon Sep 17 00:00:00 2001 From: toby Date: Mon, 8 May 2017 12:45:42 -0400 Subject: [PATCH] Fix "Extract EXIF" tests --- test/tests/operations/Image.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/test/tests/operations/Image.js b/test/tests/operations/Image.js index eb04992..cf6572a 100644 --- a/test/tests/operations/Image.js +++ b/test/tests/operations/Image.js @@ -14,10 +14,6 @@ TestRegister.addTests([ input: "", expectedOutput: "Found 0 tags.\n", recipeConfig: [ - { - op: "From Hex", - args: ["Space"] - }, { op: "Extract EXIF", args: [], @@ -29,10 +25,6 @@ TestRegister.addTests([ input: "hello world", expectedError: true, recipeConfig: [ - { - op: "From Hex", - args: ["Space"] - }, { op: "Extract EXIF", args: [], @@ -77,7 +69,7 @@ TestRegister.addTests([ recipeConfig: [ { op: "From Hex", - args: ["Space"] + args: ["None"] }, { op: "Extract EXIF", @@ -92,7 +84,7 @@ TestRegister.addTests([ recipeConfig: [ { op: "From Hex", - args: ["Space"] + args: ["None"] }, { op: "Extract EXIF",