mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-01 14:14:52 +08:00
Fixed version test
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user