From 5c7753330df8de57ad578c91cd1ecdce7ba5f6ae Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Tue, 8 Oct 2024 18:06:17 +0200 Subject: [PATCH] - --- internal/build/info_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/build/info_test.go b/internal/build/info_test.go index 72b0ed6f1..d862daae1 100644 --- a/internal/build/info_test.go +++ b/internal/build/info_test.go @@ -20,8 +20,6 @@ func TestGetDetails(t *testing.T) { GetInfo() } -// This test is stored in the internal package to avoid build errors since this -// test itself is run during the CLI generation process. // This test ensures that the OpenAPI SHA the CLI is being generated from matches // the OpenAPI SHA of the Go SDK version used in the CLI. We should always upgrade // the Go SDK version before generating the CLI because downstream generated assets