We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97662f1 commit fa79834Copy full SHA for fa79834
Tests/IntegrationTests/StorageFileIntegrationTests.swift
@@ -9,6 +9,10 @@ import InlineSnapshotTesting
9
import Storage
10
import XCTest
11
12
+#if canImport(FoundationNetworking)
13
+ import FoundationNetworking
14
+#endif
15
+
16
final class StorageFileIntegrationTests: XCTestCase {
17
let storage = SupabaseStorageClient(
18
configuration: StorageClientConfiguration(
0 commit comments