Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Aug 10, 2024
1 parent 6c609e5 commit e03f7f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/ClassesController.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,8 @@ describe('ClassesController', () => {
...classItem,
id: expect.any(Number),
schedules: [schedules],
url: `${url}/classes/my-class`,
user_url: `${url}/users/${user_id}`,
});
});

Expand Down

0 comments on commit e03f7f8

Please sign in to comment.