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

Commit 71e32ba

Browse files
committed
chore: fix name in specs
1 parent f686290 commit 71e32ba

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
@@ -11,7 +11,7 @@ const { lint } = require('../lib/index.js').provideLinter();
1111
const badFile = path.join(__dirname, 'fixtures', 'bad.jl');
1212
const goodFile = path.join(__dirname, 'fixtures', 'good.jl');
1313

14-
describe('The go vet provider for Linter', () => {
14+
describe('The Julia Lint.jl provider for Linter', () => {
1515
beforeEach(async () => {
1616
atom.workspace.destroyActivePaneItem();
1717
await atom.packages.activatePackage('linter-julia');

0 commit comments

Comments
 (0)