| 
					
				 | 
			
			
				@@ -22,8 +22,6 @@ class test_models(unittest.TestCase): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         # Проверка 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         assert isinstance(company, company_model) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        print("c", company.tax_id) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        print("s", sts.tax_id) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         assert company.tax_id == sts.tax_id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         assert company.bank_id == sts.bank_id 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         assert company.bank_account_id == sts.bank_account_id 
			 |