Skip to content

Commit

Permalink
chore: remove version tests
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Nov 3, 2024
1 parent b547720 commit 7b79c49
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions server/runner/version/runner_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
package version

import (
"testing"

"github.com/stretchr/testify/require"
)

func TestGetLatestVersion(t *testing.T) {
_, err := NewRunner(nil, nil).GetLatestVersion()
require.NoError(t, err)
}

0 comments on commit 7b79c49

Please sign in to comment.