Skip to content

Commit

Permalink
#408: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 7, 2024
1 parent f6c7822 commit fa394f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/commands/test_lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const {runSync, assertFilesExist, parserVersion, homeTag, weAreOnline} = require
describe('lint', function() {
before(weAreOnline);

it('verifies a simple .EO program', function(done) {
it('lints a simple .EO program', function(done) {
const home = path.resolve('temp/test-lint/simple');
fs.rmSync(home, {recursive: true, force: true});
fs.mkdirSync(path.resolve(home, 'src'), {recursive: true});
Expand Down

0 comments on commit fa394f1

Please sign in to comment.