Skip to content

Commit

Permalink
testing if tox change is all thats needed
Browse files Browse the repository at this point in the history
  • Loading branch information
McKnight-42 committed Mar 25, 2022
1 parent 02499ee commit 702df78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def _get_tester_for(self, column_type):
return agate.TimeDelta()

for instance in agate_helper.DEFAULT_TYPE_TESTER._possible_types:
if isinstance(instance, column_type):
if type(instance) is column_type:
return instance

raise ValueError(f'no tester for {column_type}')
Expand Down

0 comments on commit 702df78

Please sign in to comment.