Skip to content

Commit

Permalink
Update packages/safe-ds-lang/tests/helpers/testResources.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann authored Nov 2, 2023
1 parent 7a15620 commit 666ef96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/safe-ds-lang/tests/helpers/testResources.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('listTestSafeDsFiles', () => {
});
});

describe('listTestPythonFiles', () => {
describe('listTestFilesWithExtensions', () => {
it('should return all Python files in a resource directory', () => {
const rootResourceName = 'helpers/listPythonFiles';
const actual = listTestFilesWithExtensions(rootResourceName, ['py']);
Expand Down

0 comments on commit 666ef96

Please sign in to comment.