Skip to content

Commit

Permalink
tests: Fix a naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonycastelli committed Jun 7, 2017
1 parent fac46dd commit c032b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/StripeTests/CustomerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class CustomerTests: XCTestCase {
currency: nil)
.serializedResponse().id ?? ""

let newCardToken = try drop?.stripe?.customer.addNewSource(for: customerId,
let newCardToken = try drop?.stripe?.customer.addNewSource(forCustomer: customerId,
inConnectAccount: nil,
source: paymentTokenSource)
.serializedResponse()
Expand Down

0 comments on commit c032b66

Please sign in to comment.