Fix formatting issue in document-detail.spec.ts

This commit is contained in:
shamoon
2025-12-26 21:10:41 -08:00
parent b21df970fd
commit 5fca9bac50

View File

@@ -1238,7 +1238,7 @@ describe('DocumentDetailComponent', () => {
expect(errorSpy).toHaveBeenCalled() expect(errorSpy).toHaveBeenCalled()
httpTestingController.expectNone( httpTestingController.expectNone(
`${environment.apiBaseUrl}documents/bulk_edit/` `${environment.apiBaseUrl}documents/bulk_edit/`
) )
}) })
it('should handle failures when removing password protection', () => { it('should handle failures when removing password protection', () => {