Skip to content

Commit

Permalink
Fix get-contract E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorgomezv committed Oct 31, 2023
1 parent 0cb6de9 commit d98ea80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/contracts/__tests__/get-contract.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe('Get contract e2e test', () => {
const expectedResponse = {
address: '0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4',
name: 'CreateCall',
displayName: '',
displayName: 'Safe: CreateCall 1.3.0',
logoUri:
'https://safe-transaction-assets.staging.5afe.dev/contracts/logos/0x7cbB62EaA69F79e6873cD1ecB2392971036cFAa4.png',
contractAbi: {
Expand Down

0 comments on commit d98ea80

Please sign in to comment.