mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
Fixed version test
This commit is contained in:
parent
e725a2cec5
commit
92ce195424
@ -9,7 +9,7 @@ func TestGetVersionDisplay(t *testing.T) {
|
||||
}{
|
||||
{
|
||||
name: "Display Version",
|
||||
want: ProductName + " version " + Version + "-dev\n",
|
||||
want: ProductName + " version " + Version + "\n",
|
||||
},
|
||||
}
|
||||
for _, tt := range tests {
|
||||
|
Loading…
Reference in New Issue
Block a user