Skip to content

Commit 8eee6a5

Browse files
committed
fix tests/mocks/getUserByClerkService.js
1 parent 4512ab6 commit 8eee6a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/mocks/getUserByClerkService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const mockUserData = {
7575
imageUrl: 'https://example.com/premium-avatar.jpg',
7676
isPremium: true,
7777
isAutoRenewal: true,
78-
premiumEndsAt: new Date('2024-12-31T23:59:59Z'),
78+
premiumEndsAt: new Date('2025-01-01T00:00:00Z'),
7979
stripeSubscriptionId: 'sub_premium123',
8080
premiumDeluxe: true,
8181
isAdmin: false,

0 commit comments

Comments
 (0)