Skip to content

Commit

Permalink
fix(tests): add missing call to loadDraft
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenSuckow committed Jan 30, 2024
1 parent a7a9e30 commit ac19506
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ StartTest(async t => {
session: createSession(),
messageDraft: createKeyForExistingMessage(index)
});

viewModel.loadDraft();
t.waitForMs(t.parent.TIMEOUT, () => {

t.expect(processMessageDraftLoadFailure.calls.count()).toBe(1);
Expand Down

0 comments on commit ac19506

Please sign in to comment.