Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Generic User committed Nov 7, 2022
1 parent 365a428 commit a6e1c3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions easier/tests/test_duck_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,3 @@ def test_indexes(self):
duck.set_index('one', 'a')
df = duck.list_indexes()
self.assertTrue('__idx_one_a__' in set(df.indexname))

duck.reset_connection()
self.assertFalse('__idx_one_a__' in set(df.indexname))

0 comments on commit a6e1c3e

Please sign in to comment.