Added several tests
This commit is contained in:
		@@ -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