Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
infeeeee committed Sep 17, 2024
1 parent fdec095 commit 654c392
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_noco.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,11 @@ def test_empty_table(self):

# duplicate
self.table.duplicate()
print("|".join([t.title for t in self.base.get_tables()]))

duplicate_name = self.table.title + " copy"


self.assertIsInstance(
self.base.get_table_by_title(duplicate_name), Table)

Expand Down

0 comments on commit 654c392

Please sign in to comment.