mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	fixed typo in graphdb_test failure message
Signed-off-by: Riley Guerin <rileytg.dev@gmail.com>
This commit is contained in:
		
							parent
							
								
									7571e6d900
								
							
						
					
					
						commit
						c9175d681b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -121,7 +121,7 @@ func TestParents(t *testing.T) {
 | 
			
		|||
		}
 | 
			
		||||
 | 
			
		||||
		if len(parents) != 1 {
 | 
			
		||||
			t.Fatalf("Expected 2 entries for %s got %d", key, len(parents))
 | 
			
		||||
			t.Fatalf("Expected 1 entry for %s got %d", key, len(parents))
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		if parents[0] != p {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue