summaryrefslogtreecommitdiff
path: root/tests/test_cards.py
diff options
context:
space:
mode:
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):