We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e972973 commit a5bf3f4Copy full SHA for a5bf3f4
internal/orchestrator/modelsindex/modelsindex_test.go
@@ -8,7 +8,7 @@ import (
8
"github.com/stretchr/testify/require"
9
)
10
11
-func TestGenerateModelsIndexFromFile(t *testing.T) {
+func TestModelsIndex(t *testing.T) {
12
modelsIndex, err := GenerateModelsIndexFromFile(paths.New("testdata"))
13
require.NoError(t, err)
14
require.NotNil(t, modelsIndex)
0 commit comments