Skip to content

Commit db2f08b

Browse files
committed
test: fix linux build
1 parent 61d37ee commit db2f08b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Tests/IntegrationTests/RealtimeIntegrationTests.swift

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
// Created by AI Assistant on 09/01/25.
66
//
77

8-
import Clocks
9-
import ConcurrencyExtras
10-
import CustomDump
11-
import Foundation
12-
import OSLog
13-
import Supabase
14-
import TestHelpers
15-
import XCTest
8+
#if !os(Android) && !os(Linux)
9+
import Clocks
10+
import ConcurrencyExtras
11+
import CustomDump
12+
import Foundation
13+
import OSLog
14+
import Supabase
15+
import TestHelpers
16+
import XCTest
1617

17-
@testable import Realtime
18+
@testable import Realtime
1819

19-
#if !os(Android) && !os(Linux)
2020
@available(macOS 13.0, iOS 16.0, watchOS 9.0, tvOS 16.0, *)
2121
final class RealtimeIntegrationTests: XCTestCase {
2222
let testClock = TestClock<Duration>()

0 commit comments

Comments
 (0)