Skip to content

Commit

Permalink
Merge pull request #1432 from stripe/ob-bump-stripe-mock
Browse files Browse the repository at this point in the history
Upgrade stripe-mock to 0.39.0
  • Loading branch information
ob-stripe authored Dec 14, 2018
2 parents 4e98d03 + b5fc96e commit cb9318c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:
COVERALLS_REPO_TOKEN:
secure: T0PmP8uyzCseacBCDRBlti2y9Tz5DL6fknea0MKWvbPYrzADmLY2/5kOTfYIsPUk
# If you bump this, don't forget to bump `MinimumMockVersion` in `BaseStripeTest.cs` as well.
STRIPE_MOCK_VERSION: 0.38.0
STRIPE_MOCK_VERSION: 0.39.0

deploy:
- provider: NuGet
Expand Down
2 changes: 1 addition & 1 deletion src/StripeTests/BaseStripeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class BaseStripeTest
/// <remarks>
/// If you bump this, don't forget to bump `STRIPE_MOCK_VERSION` in appveyor.yml as well.
/// </remarks>
private const string MockMinimumVersion = "0.38.0";
private const string MockMinimumVersion = "0.39.0";

private static Mock<HttpClientHandler> mockHandler;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public LocationServiceTest()

this.listOptions = new LocationListOptions
{
OperatorAccount = "acct_123",
};

this.updateOptions = new LocationUpdateOptions
Expand Down

0 comments on commit cb9318c

Please sign in to comment.