Skip to content

Commit

Permalink
Fixed typo in the test, 100% coverage has beed reached.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny-debt committed Jun 28, 2018
1 parent 685a225 commit 250ab3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func TestGetDataFromUrlBodyReadError(t *testing.T) {

gock.New(apiUrl).
Get(apiPath).
Reply(201).
Reply(200).
BodyString("")

_, err := getDataFromURL(apiUrl+"/"+apiPath, func(r io.Reader) ([]byte, error) {
Expand Down

0 comments on commit 250ab3a

Please sign in to comment.