diff --git a/test/stripe/account_test.rb b/test/stripe/account_test.rb index 36a32fc2..651de898 100644 --- a/test/stripe/account_test.rb +++ b/test/stripe/account_test.rb @@ -290,7 +290,7 @@ module Stripe assert_equal(expected, obj.serialize_params) end - context "#external_source=" do + context "#external_account=" do should "can have a token source set" do a = Stripe::Account.new("test_account") a.external_account = "tok_123"