Skip to content

Commit

Permalink
Bump safe-eth-py to v5.4.0
Browse files Browse the repository at this point in the history
- Fix tests
  • Loading branch information
Uxio0 committed May 22, 2023
1 parent e0fb6c3 commit 351569c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ psycogreen==1.0.2
psycopg2==2.9.6
redis==4.5.4
requests==2.30.0
safe-eth-py[django]==5.3.1
safe-eth-py[django]==5.4.1
web3==6.2.0
6 changes: 3 additions & 3 deletions safe_transaction_service/history/tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,9 +359,9 @@ def test_setup_service_mainnet(self):
last_proxy_factory.tx_block_number, last_proxy_factory_initial_block
)

self.assertEqual(SafeMasterCopy.objects.count(), 8)
self.assertEqual(SafeMasterCopy.objects.l2().count(), 1)
self.assertEqual(ProxyFactory.objects.count(), 4)
self.assertEqual(SafeMasterCopy.objects.count(), 9)
self.assertEqual(SafeMasterCopy.objects.l2().count(), 2)
self.assertEqual(ProxyFactory.objects.count(), 5)

def test_setup_service_mainnet_erc20_indexing_setup(self):
# Test IndexingStatus ERC20 is not modified if higher than the oldest master copy
Expand Down

0 comments on commit 351569c

Please sign in to comment.