Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 7efb427

Browse files
committed
removed await
1 parent c78d1f5 commit 7efb427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/linter-julia-spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('The Julia StaticLint.jl provider for Linter', () => {
2323
// avoid first pass empty messages by linting any files in the environment, then
2424
// waiting for the symbols to build
2525
beforeAll(function (done) {
26-
await atom.workspace.open(badFile);
26+
atom.workspace.open(badFile);
2727
setTimeout(done, 15000);
2828
});
2929

0 commit comments

Comments
 (0)