Skip to content

Commit

Permalink
Merge pull request #72 from is2ei/improve-coverage
Browse files Browse the repository at this point in the history
Improved coverage v3.go
  • Loading branch information
Horie Issei #hashtagtest committed Dec 25, 2019
2 parents 9afce54 + 93387c4 commit 4cd6009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typetalk/v3/v3_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 4cd6009

Please sign in to comment.