Skip to content

Commit

Permalink
Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Oct 2, 2024
1 parent 9c87d83 commit 7af977c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testing/upgradetest/versions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ package upgradetest

import (
"context"
"fmt"
"testing"

"github.com/stretchr/testify/assert"
Expand Down Expand Up @@ -84,7 +83,6 @@ func TestFetchUpgradableVersionsAfterFeatureFreeze(t *testing.T) {

func TestGetUpgradableVersions(t *testing.T) {
versions, err := GetUpgradableVersions()
fmt.Println(versions)
require.NoError(t, err)
assert.Truef(t, len(versions) > 1, "expected at least one version for testing, got %d.\n%v", len(versions), versions)
}
Expand Down

0 comments on commit 7af977c

Please sign in to comment.