Skip to content
This repository has been archived by the owner on Apr 2, 2022. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eparis committed Dec 12, 2015
1 parent 2d6c52b commit cf635f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
)

func TestCreateTrelloClient(t *testing.T) {
_, err := trello.NewClient()
_, err := trello.NewClient(nil)
if err != nil {
t.Errorf("Failed to create Trello client.")
}
Expand Down

0 comments on commit cf635f7

Please sign in to comment.