summaryrefslogtreecommitdiff
path: root/tests/test_cards.py
diff options
context:
space:
mode:
authorOlivier Gayot <olivier.gayot@sigexec.com>2021-12-23 15:27:43 +0100
committerOlivier Gayot <olivier.gayot@sigexec.com>2021-12-23 23:15:21 +0100
commit82cd09e010783b81ec58145c7682f4b8da49ac85 (patch)
tree83b3e61aaa4befcd340a01b2fb147a2306bdb29e /tests/test_cards.py
parent1be5c49ae402b768f9206724abdd503c18933ae1 (diff)
Use lowercase module names
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'tests/test_cards.py')
-rw-r--r--tests/test_cards.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cards.py b/tests/test_cards.py
index ea49847..a5e4437 100644
--- a/tests/test_cards.py
+++ b/tests/test_cards.py
@@ -1,6 +1,6 @@
import unittest
-from swiftstory.Cards import Cards
+from swiftstory.cards import Cards
class TestCards(unittest.TestCase):