Skip to content

Commit

Permalink
working on fixing test_views_version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcottner committed Apr 1, 2024
1 parent c7850b3 commit 3fd3aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core/test_views_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def setUp(self):
delattr(version_view, "__json__") # Clean-up memoization.
except AttributeError:
pass
self.obj = None

tearDown = setUp

Expand Down

0 comments on commit 3fd3aac

Please sign in to comment.