Skip to content

Commit

Permalink
Run go fmt on missed file
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Oct 17, 2017
1 parent 90ef812 commit 2f93580
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bankaccount/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func TestBankAccountList_ByCustomer(t *testing.T) {

func TestBankAccountNew_ByAccount(t *testing.T) {
bankAcount, err := New(&stripe.BankAccountParams{
Account: "acct_123",
Account: "acct_123",
DefaultForCurrency: true,
Token: "tok_123",
})
Expand All @@ -76,7 +76,7 @@ func TestBankAccountNew_ByCustomer(t *testing.T) {

func TestBankAccountUpdate_ByAccount(t *testing.T) {
bankAcount, err := Update("ba_123", &stripe.BankAccountParams{
Account: "acct_123",
Account: "acct_123",
DefaultForCurrency: true,
})
assert.Nil(t, err)
Expand Down

0 comments on commit 2f93580

Please sign in to comment.