Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccollum-woolpert committed Feb 1, 2024
1 parent c7d45de commit 0b6a81e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('UploadEffects', () => {
expect(matDialog.getDialogById).toHaveBeenCalledWith(Modal.Upload);
expect(matDialog.open).toHaveBeenCalledWith(UploadDialogComponent, {
id: Modal.Upload,
maxWidth: jasmine.any(String),
width: jasmine.any(String),
});
});
});
Expand Down

0 comments on commit 0b6a81e

Please sign in to comment.