mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:37:33 -05:00 
			
		
		
		
	Minor fixes for tests
This commit is contained in:
		
							parent
							
								
									b735119cdf
								
							
						
					
					
						commit
						2f25b720fe
					
				@ -869,7 +869,7 @@ class EventTest extends TestCase
 | 
				
			|||||||
        $arr = $response->json();
 | 
					        $arr = $response->json();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        $data = [
 | 
					        $data = [
 | 
				
			||||||
            'vendor_id' => $this->vendor->hashed_id,
 | 
					            'vendor_id' => $arr['data']['id'],
 | 
				
			||||||
            'number' => 'dude2',
 | 
					            'number' => 'dude2',
 | 
				
			||||||
        ];
 | 
					        ];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user