aboutsummaryrefslogtreecommitdiff
path: root/test/handlers/compile-tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/handlers/compile-tests.js')
-rw-r--r--test/handlers/compile-tests.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/handlers/compile-tests.js b/test/handlers/compile-tests.js
index a322c1c09..a9e0bcb63 100644
--- a/test/handlers/compile-tests.js
+++ b/test/handlers/compile-tests.js
@@ -116,9 +116,9 @@ describe('Compiler tests', () => {
stdout: [{text: "Something from stdout"}]
});
})
- .catch(err => {
- throw err;
- });
+ .catch(err => {
+ throw err;
+ });
});
it('parses options and filters', () => {