Fix version test

このコミットが含まれているのは:
James Mills 2022-03-25 22:20:40 +10:00
コミット 10968c4133
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: AC4C014F1440EBD6

ファイルの表示

@ -8,7 +8,7 @@ import (
func TestFullVersion(t *testing.T) {
version := FullVersion()
expected := fmt.Sprintf("%s-%s@%s", Version, Build, GitCommit)
expected := fmt.Sprintf("%s-%s@%s", Version, Commit)
if version != expected {
t.Fatalf("invalid version returned: %s", version)