summaryrefslogtreecommitdiff
path: root/packages/bank-ui/src/components/Cashouts/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/bank-ui/src/components/Cashouts/test.ts')
-rw-r--r--packages/bank-ui/src/components/Cashouts/test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bank-ui/src/components/Cashouts/test.ts b/packages/bank-ui/src/components/Cashouts/test.ts
index 4bd6b5eac..4ed0d7c11 100644
--- a/packages/bank-ui/src/components/Cashouts/test.ts
+++ b/packages/bank-ui/src/components/Cashouts/test.ts
@@ -24,7 +24,7 @@ import { SwrMockEnvironment } from "@gnu-taler/web-util/testing";
import { expect } from "chai";
import { Props } from "./index.js";
import { useComponentState } from "./state.js";
-import { buildNullRoutDefinition } from "../../route.js";
+import { buildNullRoutDefinition } from "@gnu-taler/web-util/browser";
describe("Cashout states", () => {
it.skip("should query backend and render transactions", async () => {