Skip to content

Commit

Permalink
[ACS-8841] fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-web-ua committed Sep 27, 2024
1 parent fd78279 commit fd1ae44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ describe('AlfrescoViewerComponent', () => {
} as Node);

await fixture.whenStable();
expect(component.mimeType).toEqual('application/msWord');
expect(component.mimeType).toEqual('application/pdf');
});
});

Expand Down

0 comments on commit fd1ae44

Please sign in to comment.