Skip to content

Commit

Permalink
added missing await in async test
Browse files Browse the repository at this point in the history
  • Loading branch information
DerKatsche committed Sep 19, 2024
1 parent 761a462 commit 12a7022
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe("DecorationView", () => {
viewModel.theme = LearningSpaceThemeType.CampusAB;
viewModel.learningSpaceTemplateType = LearningSpaceTemplateType.None;

systemUnderTest.asyncSetup();
await systemUnderTest.asyncSetup();

expect(scenePresenterMock.loadModel).not.toHaveBeenCalled();
expect(viewModel.insideMeshes).toStrictEqual([]);
Expand Down

0 comments on commit 12a7022

Please sign in to comment.