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

Commit

Permalink
intg(consultation): wait for deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Oct 11, 2022
1 parent cf3e838 commit e7106a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/consultation/read.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe("UI Page: Read consultation resource by ID", () => {
.chatMessageActivity(() => Promise.resolve(activityOfModel))
.insertMany(INITIAL_MESSAGE_COUNT)

const userResource = userFactory.deserialize(
const userResource = await userFactory.deserialize(
userModel,
{} as unknown as void,
new UserProfileTransformer()
Expand Down

0 comments on commit e7106a1

Please sign in to comment.