Skip to content

Commit 20699b9

Browse files
committed
test: Fix error in test inputs
1 parent 633f561 commit 20699b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/Task/Task.test.task_dependencies_blocking_and_blocked.approved.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ Visualise blocking methods on Task, for a collection of tasks
6262
isBlocked(): ✅ true
6363
isBlocking(): ❌ false
6464

65-
- [ ] scenario 8 - mutually dependant 🆔 scenario8a ⛔️ scenario8a
65+
- [ ] scenario 8 - mutually dependant 🆔 scenario8a ⛔️ scenario8b
6666
isBlocked(): ✅ true
6767
isBlocking(): ✅ true
6868

6969
- [ ] scenario 8 - mutually dependant 🆔 scenario8b ⛔️ scenario8a
7070
isBlocked(): ✅ true
71-
isBlocking(): ❌ false
71+
isBlocking(): ✅ true
7272

7373
- [ ] scenario 9 - cyclic dependency 🆔 scenario9a ⛔️ scenario9c
7474
isBlocked(): ✅ true

tests/Task/Task.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ describe('task dependencies', () => {
590590
'- [ ] scenario 7 - task with duplicated id - this is TODO - and is blocking - 🆔 scenario7',
591591
'- [ ] scenario 7 - TODO depends on id that is duplicated - ensure all tasks are checked - ⛔️ scenario7',
592592
//
593-
'- [ ] scenario 8 - mutually dependant 🆔 scenario8a ⛔️ scenario8a',
593+
'- [ ] scenario 8 - mutually dependant 🆔 scenario8a ⛔️ scenario8b',
594594
'- [ ] scenario 8 - mutually dependant 🆔 scenario8b ⛔️ scenario8a',
595595
//
596596
'- [ ] scenario 9 - cyclic dependency 🆔 scenario9a ⛔️ scenario9c',

0 commit comments

Comments
 (0)