Skip to content

Commit

Permalink
Update cdp-agentkit-core/src/tests/deploy_nft_test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: John Peterson <[email protected]>
  • Loading branch information
stat and John-peterson-coinbase authored Dec 3, 2024
1 parent 922aac2 commit c3fa715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdp-agentkit-core/src/tests/deploy_nft_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe("Deploy NFT Action", () => {
const TRANSACTION_HASH = "0xghijkl987654321";
const TRANSACTION_LINK = `https://etherscan.io/tx/${TRANSACTION_HASH}`;

let mockSmartContract: any;
let mockSmartContract: jest.Mocked<SmartContract>;
let mockWallet: jest.Mocked<Wallet>;

beforeEach(() => {
Expand Down

0 comments on commit c3fa715

Please sign in to comment.