Skip to content

Commit a5bf3f4

Browse files
committed
refactor(tests): rename TestGenerateModelsIndexFromFile to TestModelsIndex for consistency
1 parent e972973 commit a5bf3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/orchestrator/modelsindex/modelsindex_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/stretchr/testify/require"
99
)
1010

11-
func TestGenerateModelsIndexFromFile(t *testing.T) {
11+
func TestModelsIndex(t *testing.T) {
1212
modelsIndex, err := GenerateModelsIndexFromFile(paths.New("testdata"))
1313
require.NoError(t, err)
1414
require.NotNil(t, modelsIndex)

0 commit comments

Comments
 (0)