mirror of
				https://github.com/taigrr/yq
				synced 2025-01-18 04:53:17 -08:00 
			
		
		
		
	Rename to yq
This commit is contained in:
		
							parent
							
								
									f2e10f21c7
								
							
						
					
					
						commit
						26153b3eb5
					
				| @ -103,7 +103,7 @@ func TestRootCmd_VersionShort(t *testing.T) { | |||||||
| 	if result.Error != nil { | 	if result.Error != nil { | ||||||
| 		t.Error(result.Error) | 		t.Error(result.Error) | ||||||
| 	} | 	} | ||||||
| 	if !strings.Contains(result.Output, "yaml version") { | 	if !strings.Contains(result.Output, "yq version") { | ||||||
| 		t.Error("expected version message to be printed out, but the message was not found.") | 		t.Error("expected version message to be printed out, but the message was not found.") | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
| @ -114,7 +114,7 @@ func TestRootCmd_VersionLong(t *testing.T) { | |||||||
| 	if result.Error != nil { | 	if result.Error != nil { | ||||||
| 		t.Error(result.Error) | 		t.Error(result.Error) | ||||||
| 	} | 	} | ||||||
| 	if !strings.Contains(result.Output, "yaml version") { | 	if !strings.Contains(result.Output, "yq version") { | ||||||
| 		t.Error("expected version message to be printed out, but the message was not found.") | 		t.Error("expected version message to be printed out, but the message was not found.") | ||||||
| 	} | 	} | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user