Sfoglia il codice sorgente

Fix tabs in tests file.

n1073645 3 anni fa
parent
commit
1ab444bda2
1 ha cambiato i file con 14 aggiunte e 14 eliminazioni
  1. 14 14
      tests/operations/tests/ELFInfo.mjs

+ 14 - 14
tests/operations/tests/ELFInfo.mjs

@@ -3,18 +3,18 @@
  * @copyright Crown Copyright 2022
  * @license Apache-2.0
  */
- import TestRegister from "../../lib/TestRegister.mjs";
+import TestRegister from "../../lib/TestRegister.mjs";
 
- TestRegister.addTests([
-     {
-         name: "ELF Info invalid ELF.",
-         input: "\x7f\x00\x00\x00",
-         expectedOutput: "Invalid ELF",
-         recipeConfig: [
-             {
-                 op: "ELF Info",
-                 args: [],
-             },
-         ],
-     },
- ]);
+TestRegister.addTests([
+    {
+        name: "ELF Info invalid ELF.",
+        input: "\x7f\x00\x00\x00",
+        expectedOutput: "Invalid ELF",
+        recipeConfig: [
+            {
+                op: "ELF Info",
+                args: [],
+            },
+        ],
+    },
+]);