From 4dd146df5426c764a85ea8f963da6ffb06ef43f8 Mon Sep 17 00:00:00 2001 From: Tom Jenkinson Date: Sat, 3 Jul 2021 16:41:26 +0100 Subject: [PATCH] Fix: failing test fixes #43 --- tests/lib/config-array-factory.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/lib/config-array-factory.js b/tests/lib/config-array-factory.js index be3e7ff5..dff13027 100644 --- a/tests/lib/config-array-factory.js +++ b/tests/lib/config-array-factory.js @@ -2241,12 +2241,12 @@ describe("ConfigArrayFactory", () => { } `, "plugins/.eslintrc.yml": ` - plugins: - - test - rules: - test/foo: 2 - env: - test/bar: true +plugins: + - test +rules: + test/foo: 2 +env: + test/bar: true ` } });