Skip to content

Commit db09ff3

Browse files
committed
fix: linter issue
1 parent 104af03 commit db09ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/subscriptionaddons_v3_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ func TestV3SubscriptionAddonNextBillingCycle(t *testing.T) {
207207

208208
// Anchor the subscription at a past second so the next billing cycle is reliably
209209
// in the future at the moment of the addon attach.
210-
anchor := apiv3.DateTime(time.Now().Add(-time.Second))
210+
anchor := time.Now().Add(-time.Second)
211211
subBody := apiv3.BillingSubscriptionCreate{BillingAnchor: &anchor}
212212
subBody.Customer.Id = &customer.Id
213213
subBody.Plan.Id = &plan.Id

0 commit comments

Comments
 (0)