forked from grassrootseconomics/visedriver
		
	add test on validate amount
This commit is contained in:
		
							parent
							
								
									4889e6d18b
								
							
						
					
					
						commit
						1d27a88908
					
				| @ -1468,6 +1468,7 @@ func TestValidateAmount(t *testing.T) { | ||||
| 		t.Logf(err.Error()) | ||||
| 	} | ||||
| 	flag_invalid_amount, _ := fm.parser.GetFlag("flag_invalid_amount") | ||||
| 	flag_api_error, _ := fm.GetFlag("flag_api_call_error") | ||||
| 	mockDataStore := new(mocks.MockUserDataStore) | ||||
| 	mockCreateAccountService := new(mocks.MockAccountService) | ||||
| 
 | ||||
| @ -1502,7 +1503,8 @@ func TestValidateAmount(t *testing.T) { | ||||
| 			}, | ||||
| 			publicKey: []byte("0xrqeqrequuq"), | ||||
| 			expectedResult: resource.Result{ | ||||
| 				Content: "0.001", | ||||
| 				Content:   "0.001", | ||||
| 				FlagReset: []uint32{flag_api_error}, | ||||
| 			}, | ||||
| 		}, | ||||
| 		{ | ||||
| @ -1520,8 +1522,9 @@ func TestValidateAmount(t *testing.T) { | ||||
| 			}, | ||||
| 			publicKey: []byte("0xrqeqrequuq"), | ||||
| 			expectedResult: resource.Result{ | ||||
| 				FlagSet: []uint32{flag_invalid_amount}, | ||||
| 				Content: "0.02", | ||||
| 				FlagSet:   []uint32{flag_invalid_amount}, | ||||
| 				FlagReset: []uint32{flag_api_error}, | ||||
| 				Content:   "0.02", | ||||
| 			}, | ||||
| 		}, | ||||
| 		{ | ||||
| @ -1539,8 +1542,9 @@ func TestValidateAmount(t *testing.T) { | ||||
| 			}, | ||||
| 			publicKey: []byte("0xrqeqrequuq"), | ||||
| 			expectedResult: resource.Result{ | ||||
| 				FlagSet: []uint32{flag_invalid_amount}, | ||||
| 				Content: "0.02ms", | ||||
| 				FlagSet:   []uint32{flag_invalid_amount}, | ||||
| 				FlagReset: []uint32{flag_api_error}, | ||||
| 				Content:   "0.02ms", | ||||
| 			}, | ||||
| 		}, | ||||
| 	} | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user