mirror of
https://github.com/ollama/ollama.git
synced 2026-04-21 16:25:42 +02:00
modernize
This commit is contained in:
@@ -1322,8 +1322,8 @@ func TestRunOptions_Copy(t *testing.T) {
|
||||
// Test 2: Verify all fields are copied correctly
|
||||
tests := []struct {
|
||||
name string
|
||||
got interface{}
|
||||
want interface{}
|
||||
got any
|
||||
want any
|
||||
}{
|
||||
{"Model", copied.Model, original.Model},
|
||||
{"ParentModel", copied.ParentModel, original.ParentModel},
|
||||
|
||||
Reference in New Issue
Block a user