view data fixes
This commit is contained in:
@@ -8,6 +8,14 @@ describe('SponsorshipDetailViewModel', () => {
|
||||
leagueName: 'Pro League',
|
||||
seasonId: 'season-1',
|
||||
seasonName: 'Season 1',
|
||||
tier: 'secondary',
|
||||
status: 'active',
|
||||
amount: 0,
|
||||
currency: 'USD',
|
||||
type: 'league',
|
||||
entityName: 'Pro League',
|
||||
price: 0,
|
||||
impressions: 0,
|
||||
} as any;
|
||||
|
||||
it('maps core identifiers from generated DTO', () => {
|
||||
|
||||
Reference in New Issue
Block a user