mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-05-25 16:00:35 +00:00
fix test
This commit is contained in:
@@ -53,7 +53,7 @@ func TestWrapProviderWithToolSchemaTransform_DisabledPassesToolsThrough(t *testi
|
||||
|
||||
func TestWrapProviderWithToolSchemaTransform_GoogleSanitizesSchemas(t *testing.T) {
|
||||
capture := &toolCaptureProvider{}
|
||||
wrapped, err := wrapProviderWithToolSchemaTransform(capture, "google")
|
||||
wrapped, err := wrapProviderWithToolSchemaTransform(capture, "simple")
|
||||
if err != nil {
|
||||
t.Fatalf("wrapProviderWithToolSchemaTransform() error = %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user