Skip to content

Commit

Permalink
remove not needed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nevio18324 committed Dec 23, 2024
1 parent b3cf0ff commit 1c4d471
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/app/services/check-in.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ describe('CheckInService', () => {
it('should map correctly', () => {
service.getAllCheckInOfKeyResult(keyResultMetricWithIdEight.id)
.subscribe((checkIns) => {
// Check first CheckIn of this KeyResult
expect(checkIns[0].confidence)
.toBe(firstCheckIn.confidence);
expect((checkIns[0] as CheckInMetricMin).value)
Expand Down

0 comments on commit 1c4d471

Please sign in to comment.