Skip to content

Commit

Permalink
Merge pull request mate-academy#6251 from Andriy-Shymkiv/fix/test-ext…
Browse files Browse the repository at this point in the history
…ention-naming

Fix casing of extension name in test assertion
  • Loading branch information
mgrinko authored Feb 12, 2024
2 parents ab2f6bc + aa80555 commit 34eff90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('Environmental Check', () => {
.toBeTruthy();
} else {
expect(listOfExtensions)
.toContain('EditorConfig.EditorConfig');
.toContain('editorconfig.editorconfig');
}
});

Expand Down

0 comments on commit 34eff90

Please sign in to comment.