Skip to content

Commit ebda234

Browse files
committed
fix tests
1 parent 4cf2535 commit ebda234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/e2e/daemon/brick_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func TestBricksDetails(t *testing.T) {
115115
},
116116
}
117117

118-
expectedModelLiteInfo := []client.AIModelLite{
118+
expectedModelLiteInfo := []client.AIModel{
119119
{
120120
Id: f.Ptr("mobilenet-image-classification"),
121121
Name: f.Ptr("General purpose image classification"),

0 commit comments

Comments
 (0)