mirror of https://github.com/databricks/cli.git
clean up
This commit is contained in:
parent
b4273f9624
commit
5c44533bb1
|
@ -7,7 +7,6 @@ import (
|
||||||
"github.com/stretchr/testify/require"
|
"github.com/stretchr/testify/require"
|
||||||
)
|
)
|
||||||
|
|
||||||
// TestCalculateNewVersion tests the CalculateNewVersion function.
|
|
||||||
func TestCalculateNewVersion(t *testing.T) {
|
func TestCalculateNewVersion(t *testing.T) {
|
||||||
tests := []struct {
|
tests := []struct {
|
||||||
name string
|
name string
|
||||||
|
@ -64,7 +63,6 @@ func TestCalculateNewVersion(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TestParseWheelFilename tests the ParseWheelFilename function.
|
|
||||||
func TestParseWheelFilename(t *testing.T) {
|
func TestParseWheelFilename(t *testing.T) {
|
||||||
tests := []struct {
|
tests := []struct {
|
||||||
filename string
|
filename string
|
||||||
|
|
Loading…
Reference in New Issue