Skip to content

Commit 7071352

Browse files
chore(tests): improve enum examples (#595)
1 parent 019b1e1 commit 7071352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/api-resources/subscriptions.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ describe('resource subscriptions', () => {
266266
{
267267
allocation_price: {
268268
amount: '10.00',
269-
cadence: 'one_time',
269+
cadence: 'monthly',
270270
currency: 'USD',
271271
expires_at_end_of_cadence: true,
272272
},
@@ -340,7 +340,7 @@ describe('resource subscriptions', () => {
340340
replaces_price_id: 'replaces_price_id',
341341
allocation_price: {
342342
amount: '10.00',
343-
cadence: 'one_time',
343+
cadence: 'monthly',
344344
currency: 'USD',
345345
expires_at_end_of_cadence: true,
346346
},

0 commit comments

Comments
 (0)