aboutsummaryrefslogtreecommitdiff
path: root/test/compiler-finder-tests.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/compiler-finder-tests.js')
-rw-r--r--test/compiler-finder-tests.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compiler-finder-tests.js b/test/compiler-finder-tests.js
index dc0ef64db..da3727d2a 100644
--- a/test/compiler-finder-tests.js
+++ b/test/compiler-finder-tests.js
@@ -53,6 +53,6 @@ describe('Compiler-finder', function () {
}
};
const finder = new CompilerFinder({}, compilerProps, properties.fakeProps({}), {}, optionsHandler);
- return Promise.all(finder.getCompilers()).should.eventually.have.lengthOf(2);
+ return finder.getCompilers().should.eventually.have.lengthOf(2);
})
});