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 9f73db4 commit 24d1b09Copy full SHA for 24d1b09
internal/orchestrator/modelsindex/modelsindex_test.go
@@ -72,7 +72,7 @@ func TestModelsIndex(t *testing.T) {
72
73
t.Run("it gets models lite by a brick", func(t *testing.T) {
74
model := modelsIndex.GetModelsLiteInfoByBrick("not-existing-brick")
75
- assert.Nil(t, model)
+ assert.Empty(t, model)
76
77
model = modelsIndex.GetModelsLiteInfoByBrick("arduino:object_detection")
78
assert.Len(t, model, 1)
0 commit comments