mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 20:18:33 -05:00 
			
		
		
		
	Fixes for tests
This commit is contained in:
		
							parent
							
								
									d5555d1d39
								
							
						
					
					
						commit
						e739ad24ff
					
				@ -74,19 +74,19 @@ class QuoteTest extends TestCase
 | 
			
		||||
            'line_items' =>[
 | 
			
		||||
                [
 | 
			
		||||
                    'type_id' => 2,
 | 
			
		||||
                    'unit_cost' => 200,
 | 
			
		||||
                    'cost' => 200,
 | 
			
		||||
                    'quantity' => 2,
 | 
			
		||||
                    'notes' => 'Test200',
 | 
			
		||||
                ],
 | 
			
		||||
                [
 | 
			
		||||
                    'type_id' => 2,
 | 
			
		||||
                    'unit_cost' => 100,
 | 
			
		||||
                    'cost' => 100,
 | 
			
		||||
                    'quantity' => 1,
 | 
			
		||||
                    'notes' => 'Test100',
 | 
			
		||||
                ],
 | 
			
		||||
                [
 | 
			
		||||
                    'type_id' => 1,
 | 
			
		||||
                    'unit_cost' => 10,
 | 
			
		||||
                    'cost' => 10,
 | 
			
		||||
                    'quantity' => 1,
 | 
			
		||||
                    'notes' => 'Test',
 | 
			
		||||
                ],
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user