mirror of
https://github.com/dd060606/WebAurion-API.git
synced 2026-01-18 16:47:26 +01:00
schedule api fix
This commit is contained in:
@@ -11,7 +11,6 @@ describe("ScheduleApi", () => {
|
||||
|
||||
const session = await login(username, password);
|
||||
const schedule = await session.getScheduleApi().fetchSchedule();
|
||||
console.log(schedule);
|
||||
expect(schedule).not.toBeNull();
|
||||
expect(schedule).toBeInstanceOf(Array);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user