Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Aug 9, 2023
1 parent 382e121 commit 5b5b21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StripeTests/Services/Accounts/AccountServiceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public AccountServiceTest(
Schedule = new AccountSettingsPayoutsScheduleOptions
{
Interval = "monthly",
MonthlyAnchor = "10",
MonthlyAnchor = 10,
},
},
},
Expand Down

0 comments on commit 5b5b21c

Please sign in to comment.