Added several tests

This commit is contained in:
irlndts 2018-03-24 16:17:35 +03:00
parent 788518e3e2
commit 8e69f9334b
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ func TestNewClient(t *testing.T) {
"normal": {&Options{
UserAgent: testUserAgent,
Currency: "USD",
Token: "some token",
}, nil},
"incorrect user-agent": {&Options{
UserAgent: "",