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

Commit 3884222

Browse files
committed
missing ()
1 parent 36d67c9 commit 3884222

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/linter-julia-spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ describe('The Julia StaticLint.jl provider for Linter', () => {
1919
// try to avoid initial symbol step empty message
2020
await atom.packages.activatePackage('linter-julia');
2121
await atom.workspace.open(badFile);
22-
jasmine.clock.install();
23-
jasmine.clock.tick(15000);
24-
jasmine.clock.uninstall();
22+
jasmine.clock().install();
23+
jasmine.clock().tick(15000);
24+
jasmine.clock().uninstall();
2525
atom.workspace.destroyActivePaneItem();
2626
});
2727

0 commit comments

Comments
 (0)