Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zunda-pixel committed Nov 30, 2024
1 parent 801d676 commit 939fc7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tests/SupabaseTests/SupabaseClientTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ final class SupabaseClientTests: XCTestCase {
XCTAssertEqual(
client.headers,
[
.xClientInfo: "supabase-swift/\(Supabase.version)",
.apiKey: "ANON_KEY",
.init("header_field")!: "header_value",
.authorization: "Bearer ANON_KEY",
.xClientInfo: "supabase-swift/\(Supabase.version)",
.apiKey: "ANON_KEY",
.init("header_field")!: "header_value",
.authorization: "Bearer ANON_KEY",
]
)

Expand Down

0 comments on commit 939fc7d

Please sign in to comment.