From 9e31f05e7a2a9c86627c93aea3e97ae05e722344 Mon Sep 17 00:00:00 2001 From: Nuno Brum Date: Thu, 10 Aug 2023 00:28:07 +0200 Subject: [PATCH] Updating the name of the test_asc_editor.py --- .github/workflows/unittest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 6952f3f..93dd33e 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -40,5 +40,5 @@ jobs: python ./unittests/test_pyltspice.py - name: Test Asc_Editor run: | - python ./unittests/asc_editor_test.py + python ./unittests/test_asc_editor.py