fix breaking build

This commit is contained in:
Sebastian 2023-02-10 12:15:43 -03:00
parent ba8b40c915
commit 07398ee499
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1

View File

@ -31,7 +31,7 @@ describe("Transaction states", () => {
const env = new SwrMockEnvironment();
const props: Props = {
account: "myAccount",
};
env.addRequestExpectation(TRANSACTION_API_EXAMPLE.LIST_FIRST_PAGE, {
@ -115,7 +115,6 @@ describe("Transaction states", () => {
const env = new SwrMockEnvironment();
const props: Props = {
account: "myAccount",
};
env.addRequestExpectation(TRANSACTION_API_EXAMPLE.LIST_NOT_FOUND, {});
@ -148,7 +147,6 @@ describe("Transaction states", () => {
const env = new SwrMockEnvironment(false);
const props: Props = {
account: "myAccount",
};
env.addRequestExpectation(TRANSACTION_API_EXAMPLE.LIST_ERROR, {});