Skip to content

Commit

Permalink
Improved coverage v2.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Issei Horie committed Dec 25, 2019
1 parent e7bf34b commit 7bd9964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typetalk/v2/v2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func setup() {
server = httptest.NewServer(mux)

client = NewClient(nil)
client.SetTypetalkToken("DUMMY_TOKEN")
parsedURL, _ := url.Parse(server.URL)
client.client.BaseURL = parsedURL
}
Expand Down

0 comments on commit 7bd9964

Please sign in to comment.