Skip to content

Commit fa79834

Browse files
author
Guilherme Souza
committed
import FoundationNetworking
1 parent 97662f1 commit fa79834

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/IntegrationTests/StorageFileIntegrationTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ import InlineSnapshotTesting
99
import Storage
1010
import XCTest
1111

12+
#if canImport(FoundationNetworking)
13+
import FoundationNetworking
14+
#endif
15+
1216
final class StorageFileIntegrationTests: XCTestCase {
1317
let storage = SupabaseStorageClient(
1418
configuration: StorageClientConfiguration(

0 commit comments

Comments
 (0)