Fix rebased pdf source spec expectation

This commit is contained in:
shamoon
2026-02-26 19:16:26 -08:00
parent ab55d1d4bf
commit 4c47b6768e
@@ -1504,7 +1504,7 @@ describe('DocumentDetailComponent', () => {
component.previewUrl = null
;(component as any).updatePdfSource()
expect(component.pdfSource).toBeUndefined()
expect(component.pdfSource).toEqual({ url: null, password: undefined })
})
it('should close incoming update modal if one is open', () => {