Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
unit(consultation): mock meta
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Nov 14, 2022
1 parent 649dd75 commit 2019fd1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/consultation/chat_window/rescheduler.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ describe("Component: consultation rescheduler", () => {
}
},
"type": "consultation"
},
"meta": {
"doesAllowConflicts": true
}
})
})
Expand Down Expand Up @@ -176,6 +179,9 @@ describe("Component: consultation rescheduler", () => {
}
},
"type": "consultation"
},
"meta": {
"doesAllowConflicts": true
}
})
})
Expand Down

0 comments on commit 2019fd1

Please sign in to comment.