Skip to content

Commit

Permalink
feat: update test files
Browse files Browse the repository at this point in the history
  • Loading branch information
tx-nikola committed Dec 23, 2024
1 parent c8c9216 commit 5944ea0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const contract: Contract = {
balances: {},
totalTransactions: 0,
proxyInfo: null,
diamondProxyInfo: null,
} as Contract;

export const Verified = Template.bind({}) as unknown as { args: Args };
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ const contract: Contract = {
totalTransactions: 0,
balances: {},
proxyInfo: null,
diamondProxyInfo: null,
};

describe("ContractBytecode", () => {
Expand Down
6 changes: 6 additions & 0 deletions packages/app/tests/composables/useAddress.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ describe("useAddresses", () => {
type: "contract",
verificationInfo: null,
proxyInfo: null,
diamondProxyInfo: null,
});
});

Expand All @@ -149,6 +150,7 @@ describe("useAddresses", () => {
},
},
},
diamondProxyInfo: null,
});
});

Expand Down Expand Up @@ -179,6 +181,7 @@ describe("useAddresses", () => {
},
},
},
diamondProxyInfo: null,
});
});

Expand Down Expand Up @@ -208,6 +211,7 @@ describe("useAddresses", () => {
},
},
},
diamondProxyInfo: null,
});
});

Expand Down Expand Up @@ -238,6 +242,7 @@ describe("useAddresses", () => {
},
},
},
diamondProxyInfo: null,
});
});

Expand All @@ -260,6 +265,7 @@ describe("useAddresses", () => {
artifacts: { abi: "abi" },
},
proxyInfo: null,
diamondProxyInfo: null,
});
});
});
Expand Down

0 comments on commit 5944ea0

Please sign in to comment.