Skip to content

Commit 9096300

Browse files
committed
Uncommented lines in BaseTest.py
1 parent 04d2002 commit 9096300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/BaseTest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def tearDown(self):
3939
if hasattr(self.manager, 'session'):
4040
self.manager.session.close()
4141

42-
# if os.path.exists("casino.db"):
43-
# os.remove("casino.db")
42+
if os.path.exists("casino.db"):
43+
os.remove("casino.db")
4444

4545
if os.path.exists("category_cache.txt"):
4646
os.remove("category_cache.txt")

0 commit comments

Comments
 (0)