From 27057a601c43ab5a6dcaa5b396c6b3d891c921b9 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Thu, 25 Jan 2024 15:52:28 +0200 Subject: Sorting out import situation and making enum names for tiles for readability. --- tests/test_board.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_board.py') 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""" -- cgit v1.2.3