Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit fb52e40

Browse files
authored
Merge pull request #88 from doringeman/tests
chore: desktop: fix missing argument in call to Inspect
2 parents 46a3127 + c43c505 commit fb52e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desktop/desktop_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func TestInspectHuggingFaceModel(t *testing.T) {
9797
}`)),
9898
}, nil)
9999

100-
model, err := client.Inspect(modelName)
100+
model, err := client.Inspect(modelName, false)
101101
assert.NoError(t, err)
102102
assert.Equal(t, expectedLowercase, model.Tags[0])
103103
}

0 commit comments

Comments
 (0)