Skip to content

Commit

Permalink
Merge pull request #555 from correctexam/515-migrate-comments-when-ch…
Browse files Browse the repository at this point in the history
…anging-grading-scale

update test for CI
  • Loading branch information
barais authored Jul 4, 2024
2 parents ae8b84c + ce83dd9 commit 15885df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('Question Service', () => {

const req = httpMock.expectOne({ method: 'GET' });
req.flush(returnedFromService);
expect(expectedResult).toMatchObject(elemDefault);
expect(expectedResult).toMatchObject(elemDefault as any);
});

it('should create a Question', () => {
Expand Down

0 comments on commit 15885df

Please sign in to comment.