Commit 806f0f85 authored by Robert Knight's avatar Robert Knight

Remove unnecessary `await`

parent 9807e4ca
...@@ -165,7 +165,7 @@ describe('annotator/integrations/vitalsource', () => { ...@@ -165,7 +165,7 @@ describe('annotator/integrations/vitalsource', () => {
}); });
it('delegates to HTML integration for anchoring', async () => { it('delegates to HTML integration for anchoring', async () => {
await integration.contentContainer(); integration.contentContainer();
assert.calledWith(fakeHTMLIntegration.contentContainer); assert.calledWith(fakeHTMLIntegration.contentContainer);
const range = new Range(); const range = new Range();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment