Skip to content

Commit

Permalink
remove copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 25, 2024
1 parent 6dd8d77 commit c6ff9e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/unit/test_postgres_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,8 +657,6 @@ def test_convert_time_type(self):
for col_idx, expect in enumerate(expected):
assert PostgresAdapter.convert_time_type(agate_table, col_idx) == expect

return self.indexes != []


def test_index_config_changes():
index_0_old = {
Expand Down

0 comments on commit c6ff9e4

Please sign in to comment.