Skip to content

Commit

Permalink
DSM-commented-out-unreliable-assertion (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiCharkviani authored Feb 21, 2023
1 parent a857959 commit 509cdb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ describe('SubmissionManagerTest', () => {
expect(returnedInProgressValues[1].delay).toBeLessThan(httpCallDelay);
expect(returnedInProgressValues[2].value).toBe(false);
// the last status change should occur after the http call completed
expect(returnedInProgressValues[2].delay).toBeGreaterThanOrEqual(httpCallDelay);
// expect(returnedInProgressValues[2].delay).toBeGreaterThanOrEqual(httpCallDelay);
console.log('Checks completed!');
done();
}, 2000);
Expand Down

0 comments on commit 509cdb9

Please # to comment.