From 07398ee499f874a8cfc2c40c006eecc5ee7cc6b0 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 10 Feb 2023 12:15:43 -0300 Subject: fix breaking build --- packages/demobank-ui/src/components/Cashouts/test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packages/demobank-ui/src/components') diff --git a/packages/demobank-ui/src/components/Cashouts/test.ts b/packages/demobank-ui/src/components/Cashouts/test.ts index 3f2d5fb68..78450ed2d 100644 --- a/packages/demobank-ui/src/components/Cashouts/test.ts +++ b/packages/demobank-ui/src/components/Cashouts/test.ts @@ -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, {}); -- cgit v1.2.3