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