Skip to content

Commit ac19506

Browse files
fix(tests): add missing call to loadDraft
1 parent a7a9e30 commit ac19506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/view/mail/message/editor/MessageEditorViewModelTest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ StartTest(async t => {
390390
session: createSession(),
391391
messageDraft: createKeyForExistingMessage(index)
392392
});
393-
393+
viewModel.loadDraft();
394394
t.waitForMs(t.parent.TIMEOUT, () => {
395395

396396
t.expect(processMessageDraftLoadFailure.calls.count()).toBe(1);

0 commit comments

Comments
 (0)