forked from grassrootseconomics/visedriver
		
	updated the TestAuthorize
This commit is contained in:
		
							parent
							
								
									73013f53bb
								
							
						
					
					
						commit
						0fa4a81826
					
				@ -892,7 +892,10 @@ func TestAuthorize(t *testing.T) {
 | 
			
		||||
		{
 | 
			
		||||
			name:           "Test with pin that is not a 4 digit",
 | 
			
		||||
			input:          []byte("1235aqds"),
 | 
			
		||||
			expectedResult: resource.Result{},
 | 
			
		||||
			expectedResult: resource.Result{
 | 
			
		||||
				FlagReset: []uint32{flag_account_authorized},
 | 
			
		||||
				FlagSet:   []uint32{flag_incorrect_pin},
 | 
			
		||||
			},
 | 
			
		||||
		},
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user