From 666ef9619de85803042ebdacf372096f6e1ac4d1 Mon Sep 17 00:00:00 2001 From: Lars Reimann Date: Thu, 2 Nov 2023 19:56:23 +0100 Subject: [PATCH] Update packages/safe-ds-lang/tests/helpers/testResources.test.ts --- packages/safe-ds-lang/tests/helpers/testResources.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/safe-ds-lang/tests/helpers/testResources.test.ts b/packages/safe-ds-lang/tests/helpers/testResources.test.ts index 1b2771214..111c3c590 100644 --- a/packages/safe-ds-lang/tests/helpers/testResources.test.ts +++ b/packages/safe-ds-lang/tests/helpers/testResources.test.ts @@ -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']);