fix breaking build
This commit is contained in:
parent
ba8b40c915
commit
07398ee499
@ -31,7 +31,7 @@ describe("Transaction states", () => {
|
|||||||
const env = new SwrMockEnvironment();
|
const env = new SwrMockEnvironment();
|
||||||
|
|
||||||
const props: Props = {
|
const props: Props = {
|
||||||
account: "myAccount",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
env.addRequestExpectation(TRANSACTION_API_EXAMPLE.LIST_FIRST_PAGE, {
|
env.addRequestExpectation(TRANSACTION_API_EXAMPLE.LIST_FIRST_PAGE, {
|
||||||
@ -115,7 +115,6 @@ describe("Transaction states", () => {
|
|||||||
const env = new SwrMockEnvironment();
|
const env = new SwrMockEnvironment();
|
||||||
|
|
||||||
const props: Props = {
|
const props: Props = {
|
||||||
account: "myAccount",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
env.addRequestExpectation(TRANSACTION_API_EXAMPLE.LIST_NOT_FOUND, {});
|
env.addRequestExpectation(TRANSACTION_API_EXAMPLE.LIST_NOT_FOUND, {});
|
||||||
@ -148,7 +147,6 @@ describe("Transaction states", () => {
|
|||||||
const env = new SwrMockEnvironment(false);
|
const env = new SwrMockEnvironment(false);
|
||||||
|
|
||||||
const props: Props = {
|
const props: Props = {
|
||||||
account: "myAccount",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
env.addRequestExpectation(TRANSACTION_API_EXAMPLE.LIST_ERROR, {});
|
env.addRequestExpectation(TRANSACTION_API_EXAMPLE.LIST_ERROR, {});
|
||||||
|
Loading…
Reference in New Issue
Block a user