Skip to content

Commit 7438d94

Browse files
committed
add FoundationNetworking
1 parent eb4389e commit 7438d94

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/FunctionsTests/RequestTests.swift

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ import XCTest
1010

1111
@testable import Functions
1212

13+
#if canImport(FoundationNetworking)
14+
import FoundationNetworking
15+
#endif
16+
1317
final class RequestTests: XCTestCase {
1418
let url = URL(string: "http://localhost:5432/functions/v1")!
1519
let apiKey = "supabase.anon.key"

0 commit comments

Comments
 (0)