Fix: type test

This commit is contained in:
Johannes Kirschbauer
2024-08-03 13:14:08 +02:00
parent 91397adbfc
commit 15ba9b8bfb

View File

@@ -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<