Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
richardm-stripe committed Apr 15, 2022
1 parent 1177ebd commit a0341e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StripeTests/Services/GeneratedExamplesTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2450,7 +2450,7 @@ public void TestTerminalConfigurationServiceUpdate()
{
Usd = new Stripe.Terminal.ConfigurationTippingUsdOptions
{
FixedAmounts = new List<integer> { 10 },
FixedAmounts = new List<long> { 10 },
},
},
};
Expand Down

0 comments on commit a0341e8

Please sign in to comment.