Skip to content

Commit

Permalink
Add fix test TestCharge.test_is_saveable().
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnguonly authored and yejia-stripe committed Aug 3, 2022
1 parent 583ecf9 commit c58bee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/api_resources/test_charge.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def test_is_saveable(self, request_mock):
request_mock.assert_requested(
"post", "/v1/charges/%s" % TEST_RESOURCE_ID
)
assert isinstance(resource, stripe.Charge)

def test_is_modifiable(self, request_mock):
resource = stripe.Charge.modify(
Expand Down

0 comments on commit c58bee9

Please sign in to comment.