Skip to content

Commit

Permalink
Merge pull request #75 from is2ei/improve-coverage
Browse files Browse the repository at this point in the history
Improved coverage v2.go
  • Loading branch information
Horie Issei #hashtagtest committed Dec 25, 2019
2 parents e7bf34b + 7bd9964 commit 8494d0c
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 8494d0c

Please sign in to comment.