Skip to content

Commit

Permalink
Work for #7242 - File Question - An empty preview appears when the on…
Browse files Browse the repository at this point in the history
…DownloadFiles event returns with the options.callback('error')
  • Loading branch information
tsv2013 committed Nov 7, 2023
1 parent b5cb511 commit 1538dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/questionFileTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ QUnit.test(
assert.notOk(q1.isEmpty());
assert.equal(q1.value.length, 1);
assert.equal(q1.value[0].content, "f2_url");
assert.equal(stateSec, "->loading->error>loaded->loading->loaded");
assert.equal(stateSec, "->loading->error->loaded->loading->loaded");
assert.equal(state, "loaded");
done();
}, 2);
Expand Down

0 comments on commit 1538dcd

Please sign in to comment.