Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit f4b5bdb

Browse files
committed
Reinstated visibility prop in test
1 parent 550ab21 commit f4b5bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/activity/activity-sidenav/activity-sidenav.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('ActivitySidenavComponent', () => {
2626
_id: '1',
2727
title: '',
2828
description: '',
29-
// visibility: EntityVisibility.PUBLIC,
29+
visibility: EntityVisibility.PUBLIC,
3030
createdAt: '',
3131
createdBy: undefined
3232
};

0 commit comments

Comments
 (0)