Fixed broken tests.

This commit is contained in:
Mark Wolfman
2021-06-12 15:37:10 -05:00
parent 6dcd20f877
commit 1abfcaf657
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from dungeonsheets import make_sheets, character, monsters
EG_DIR = Path(__file__).parent.parent.resolve() / "examples"
CHARFILE = EG_DIR / "rogue1.py"
GMFILE = EG_DIR / "gm.py"
GMFILE = EG_DIR / "gm-session-notes.py"
class MakeSheetsTestCase(unittest.TestCase):