Skip to content

Commit

Permalink
Update address_test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
howard-at-cb committed Sep 6, 2024
1 parent 9969cd7 commit 3d0c6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/address_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe("Address", () => {
has_more: true,
next_page: "pageToken",
};
Coinbase.apiClients.balanceHistory = balanceHistoryApiMock;
Coinbase.apiClients.externalAddress = externalAddressApiMock;
Coinbase.apiClients.externalAddress!.listAddressTransactions =
mockReturnValue(mockTransactionsResponse);
});
Expand Down

0 comments on commit 3d0c6c2

Please sign in to comment.