Commit 7b79c494 authored by Steven's avatar Steven

chore: remove version tests

parent b547720a
package version package version
import (
"testing"
"github.com/stretchr/testify/require"
)
func TestGetLatestVersion(t *testing.T) {
_, err := NewRunner(nil, nil).GetLatestVersion()
require.NoError(t, err)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment