Skip to content

Commit

Permalink
@hmcts/media-viewer package update yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
MunishSharmaHMCTS committed Nov 19, 2024
1 parent 5ef18bf commit 536c955
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/media-viewer",
"version": "4.0.8-exui-2537-rc3",
"version": "4.0.8-exui-2537-rc4",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/media-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hmcts/media-viewer",
"version": "4.0.8-exui-2537-rc3",
"version": "4.0.8-exui-2537-rc4",
"description": "Media Viewer",
"keywords": [
"Angular",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('PdfJsWrapper', () => {
const downloadSpy = spyOn(downloadManager, 'download');

wrapper.downloadFile('http://derp.com/derp.jpg', 'derp.jpg');
expect(downloadSpy).toHaveBeenCalledWith('http://derp.com/derp.jpg', 'derp.jpg', {});
expect(downloadSpy).toHaveBeenCalledWith(null, 'http://derp.com/derp.jpg', 'derp.jpg');
});

it('loads a document', fakeAsync(() => {
Expand Down

0 comments on commit 536c955

Please sign in to comment.