From 15ba9b8bfbfb72e8815d7beb44340d9b25222955 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Sat, 3 Aug 2024 13:14:08 +0200 Subject: [PATCH] Fix: type test --- pkgs/webview-ui/app/tests/types.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/webview-ui/app/tests/types.test.ts b/pkgs/webview-ui/app/tests/types.test.ts index f27fd4485..c8184a2ec 100644 --- a/pkgs/webview-ui/app/tests/types.test.ts +++ b/pkgs/webview-ui/app/tests/types.test.ts @@ -29,7 +29,7 @@ describe.concurrent("API types work properly", () => { }); it("Machine list receives a records of names and machine info.", async () => { - expectTypeOf(pyApi.list_machines.receive) + expectTypeOf(pyApi.list_inventory_machines.receive) .parameter(0) .parameter(0) .toMatchTypeOf<