Skip to content

Commit 1d084a8

Browse files
fixed anthropic tests
1 parent 4e02e63 commit 1d084a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Anthropic/module.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ public var ANTHROPIC_API_KEY: String {
1010
""
1111
}
1212

13-
public var client: Anthropic {
14-
Anthropic(apiKey: ANTHROPIC_API_KEY)
13+
public var client: Anthropic.Client {
14+
Anthropic.Client(apiKey: ANTHROPIC_API_KEY)
1515
}

0 commit comments

Comments
 (0)