mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-11-04 02:23:26 -05:00 
			
		
		
		
	accounts_test.go: Fix typo in failure message
This commit is contained in:
		@@ -55,7 +55,7 @@ func TestCreateAccount(t *testing.T) {
 | 
				
			|||||||
			a := d.accounts[i]
 | 
								a := d.accounts[i]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			if a.AccountId == 0 {
 | 
								if a.AccountId == 0 {
 | 
				
			||||||
				t.Errorf("Unable to create security: %+v", a)
 | 
									t.Errorf("Unable to create account: %+v", a)
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			if a.Type != orig.Type {
 | 
								if a.Type != orig.Type {
 | 
				
			||||||
				t.Errorf("Type doesn't match")
 | 
									t.Errorf("Type doesn't match")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user