Skip to content

Commit 5692b77

Browse files
author
serverpod_cloud
committed
fix: 0db008d7d75802e980020ba77c9f463d8246aacd
1 parent 0946210 commit 5692b77

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ground_control_client/lib/src/test_tools/builders/plan_info_builder.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ class PlanInfoBuilder {
172172
PlanInfo build() {
173173
return PlanInfo(
174174
productId: _productId,
175+
name: _displayName,
175176
displayName: _displayName,
176177
description: _description,
177178
trialLength: _trialLength,

ground_control_client/lib/src/test_tools/builders/subscription_info_builder.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class SubscriptionInfoBuilder {
8484
cancelled: _cancelled,
8585
subscriptionId: _subscriptionId,
8686
planProductId: _planProductId,
87+
planName: _planDisplayName,
8788
planDisplayName: _planDisplayName,
8889
planDescription: _planDescription,
8990
projectsLimit: _projectsLimit,

0 commit comments

Comments
 (0)