updated test imports
All checks were successful
Python unit tests / unittests (push) Successful in 4s

This commit is contained in:
2025-01-28 17:32:57 +01:00
parent 35f194f649
commit 0dcccd2b74
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import unittest
from Ex1 import countKey
from src.Ex1 import countKey
class MyTestCase(unittest.TestCase):