diff options
Diffstat (limited to 'tests/test_display.py')
-rw-r--r-- | tests/test_display.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_display.py b/tests/test_display.py index 5e01038..c61c262 100644 --- a/tests/test_display.py +++ b/tests/test_display.py @@ -2,7 +2,7 @@ import unittest import pygame -from display import Display +from sliceitoff.display import Display class TestDisplay(unittest.TestCase): def test_can_create(self): |