This commit is contained in:
Denis Bilenko 2025-03-04 15:40:57 +01:00
parent b4273f9624
commit 5c44533bb1
1 changed files with 0 additions and 2 deletions

View File

@ -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