Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Uxio0 committed May 27, 2021
1 parent a8bfd8c commit c894b02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions safe_relay_service/relay/tests/relay_test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

class RelayTestCaseMixin(SafeTestCaseMixin):
@classmethod
def setUpTestData(cls):
super().setUpTestData()
def setUpClass(cls):
super().setUpClass()
GasStationProvider.del_singleton()
SafeCreationServiceProvider.del_singleton()
TransactionServiceProvider.del_singleton()
Expand Down

0 comments on commit c894b02

Please sign in to comment.