Skip to content

Commit

Permalink
Update harness.js
Browse files Browse the repository at this point in the history
  • Loading branch information
binokaryg authored Aug 13, 2024
1 parent d0663a9 commit 1470589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/harness.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ class Harness {
* @example
* const summary = await countTaskDocsByState({ title: 'my-task-title' });
* expect(summary).to.nested.include({
* Completed: 1, // 1 task events was marked as resolved
* Completed: 1, // 1 task event was marked as resolved
* Failed: 2, // 2 task events were not marked as resolved prior to expiring
* Draft: 3, // 3 task events are in the future
* });
Expand Down

0 comments on commit 1470589

Please sign in to comment.