From 89a5add7ad8bb984f6c364bf3c9583d1733bb39f Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 2 Jun 2025 18:12:43 +0100 Subject: [PATCH] upd VersionCmd test --- version_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version_test.go b/version_test.go index 4ed5261..cec0992 100644 --- a/version_test.go +++ b/version_test.go @@ -16,7 +16,7 @@ func TestVersion(t *testing.T) { Out: &out, } - cmd := &VersionCmd{} + cmd := &ObsVersionCmd{} err := cmd.Run(context) if err != nil { t.Fatalf("Failed to get version: %v", err)