Added several tests
This commit is contained in:
parent
788518e3e2
commit
8e69f9334b
@ -38,6 +38,7 @@ func TestNewClient(t *testing.T) {
|
|||||||
"normal": {&Options{
|
"normal": {&Options{
|
||||||
UserAgent: testUserAgent,
|
UserAgent: testUserAgent,
|
||||||
Currency: "USD",
|
Currency: "USD",
|
||||||
|
Token: "some token",
|
||||||
}, nil},
|
}, nil},
|
||||||
"incorrect user-agent": {&Options{
|
"incorrect user-agent": {&Options{
|
||||||
UserAgent: "",
|
UserAgent: "",
|
||||||
|
Reference in New Issue
Block a user