Skip to content

Commit 6d5d10e

Browse files
committed
[]
1 parent a885850 commit 6d5d10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fieldservice_skill/tests/test_fsm_skill.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,6 @@ def test_fsm_skills(self):
134134
# Validate the skilled order can be done by Pedro who has the skills
135135
self.assertEqual(
136136
self.order_category_skills.skill_worker_ids,
137-
self.person_02.id,
137+
self.person_02,
138138
"FSM Order should only allow workers with all skills required",
139139
)

0 commit comments

Comments
 (0)