We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801d676 commit 939fc7dCopy full SHA for 939fc7d
Tests/SupabaseTests/SupabaseClientTests.swift
@@ -66,10 +66,10 @@ final class SupabaseClientTests: XCTestCase {
66
XCTAssertEqual(
67
client.headers,
68
[
69
- .xClientInfo: "supabase-swift/\(Supabase.version)",
70
- .apiKey: "ANON_KEY",
71
- .init("header_field")!: "header_value",
72
- .authorization: "Bearer ANON_KEY",
+ .xClientInfo: "supabase-swift/\(Supabase.version)",
+ .apiKey: "ANON_KEY",
+ .init("header_field")!: "header_value",
+ .authorization: "Bearer ANON_KEY",
73
]
74
)
75
0 commit comments