diff options
Diffstat (limited to 'tests/test_board.py')
-rw-r--r-- | tests/test_board.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_board.py b/tests/test_board.py index be4b9dc..904f73a 100644 --- a/tests/test_board.py +++ b/tests/test_board.py @@ -2,7 +2,7 @@ # pylint: disable = protected-access import unittest -from board.board import Board, Level, LevelSpecs +from board import Board, Level, LevelSpecs class TestBoardClass(unittest.TestCase): """ pelilauden testit""" |