Skip to content

Commit cfce352

Browse files
committed
fix(file-detail): fixed test
1 parent 39cb2b2 commit cfce352

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/features/files/pages/file-detail/file-detail.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ describe('FileDetailComponent', () => {
274274

275275
component.onOpenRevision('4');
276276

277-
expect(component.fileVersion).toBe('4');
277+
expect(component.fileVersion()).toBe('4');
278278
expect(component.isIframeLoading).toBe(true);
279279
expect(component.safeLink).not.toBeNull();
280280
});

0 commit comments

Comments
 (0)