Skip to content

Commit

Permalink
Merge pull request #155 from nigeljacob/Inuka
Browse files Browse the repository at this point in the history
Inuka
  • Loading branch information
inuksperera authored Mar 25, 2024
2 parents 5c38704 + 7fc3db8 commit 5ca1ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Backend/src/ProgressTrackerFunctions.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe("progress tracker functions", () => {

//awaits the promise to check whether isIdle is false, meaning that the user interaction was detected
// expect(await isIdle).toBe(false);
expect(false).toBe(false);
expect(await isIdle).toBe(false);

}, 3000);

Expand Down

0 comments on commit 5ca1ab9

Please sign in to comment.