Skip to content

Commit

Permalink
N21-939 fix course repo test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrikallab committed Oct 12, 2023
1 parent 95fd873 commit 0c115fc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ describe('course repo', () => {
'updatedAt',
'students',
'features',
'classes',
'groups',
].sort();
expect(keysOfFirstElements).toEqual(expectedResult);
});
Expand Down

0 comments on commit 0c115fc

Please sign in to comment.