Fix: type test

This commit is contained in:
Johannes Kirschbauer
2024-08-03 13:14:08 +02:00
parent ede5cbcf13
commit 7b4b080000

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<