Skip to content

Commit f4d5ca4

Browse files
committed
fix(test): test behavior change issue
1 parent 171177b commit f4d5ca4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app/features/settings/notifications/notifications.component.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,7 @@ describe('NotificationsComponent', () => {
150150

151151
it('should default to API value', () => {
152152
const subs = component.notificationSubscriptionsForm.value;
153-
154-
expect(subs.global_reviews).toBe(SubscriptionFrequency.Instant);
155-
153+
expect(subs.new_pending_submissions).toBe(SubscriptionFrequency.Instant);
156154
expect(subs.global_file_updated).toBe(SubscriptionFrequency.Daily);
157155
});
158156
});

0 commit comments

Comments
 (0)