Fixed version test

This commit is contained in:
Mike Farah 2018-02-19 14:50:46 +11:00
parent e725a2cec5
commit 92ce195424

View File

@ -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 {