Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Aug 7, 2023
1 parent 9892a34 commit dd601c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def test_db_load(self) -> None:
"""
db = DbLoader(DB_PATH)
self.assertEqual(os.path.dirname(DB_PATH), db._path)
db.tabulate()

# Test floors
self.assertEqual(len(db.floor), 7)
Expand Down

0 comments on commit dd601c9

Please sign in to comment.