diff --git a/Tests/StreamChatTests/Utils/Debouncer_Tests.swift b/Tests/StreamChatTests/Utils/Debouncer_Tests.swift index 5c59d1c893c..380884be8d9 100644 --- a/Tests/StreamChatTests/Utils/Debouncer_Tests.swift +++ b/Tests/StreamChatTests/Utils/Debouncer_Tests.swift @@ -5,7 +5,6 @@ import Foundation @testable import StreamChat @testable import StreamChatTestTools -import StreamChatTestTools import XCTest final class Debouncer_Tests: XCTestCase { diff --git a/Tests/StreamChatUITests/SnapshotTests/VoiceRecording/Components/AudioQueuePlayerNextItemProvider_Tests.swift b/Tests/StreamChatUITests/SnapshotTests/VoiceRecording/Components/AudioQueuePlayerNextItemProvider_Tests.swift index 83884ca088c..230f5432fbe 100644 --- a/Tests/StreamChatUITests/SnapshotTests/VoiceRecording/Components/AudioQueuePlayerNextItemProvider_Tests.swift +++ b/Tests/StreamChatUITests/SnapshotTests/VoiceRecording/Components/AudioQueuePlayerNextItemProvider_Tests.swift @@ -3,8 +3,8 @@ // @testable import StreamChat +@testable import StreamChatTestTools @testable import StreamChatUI -import StreamChatTestTools import XCTest final class AudioQueuePlayerNextItemProvider_Tests: XCTestCase { diff --git a/Tests/StreamChatUITests/SnapshotTests/VoiceRecording/Components/BiDirectionalPanGestureRecogniser_Tests.swift b/Tests/StreamChatUITests/SnapshotTests/VoiceRecording/Components/BiDirectionalPanGestureRecogniser_Tests.swift index e672d024cd5..99971e588ae 100644 --- a/Tests/StreamChatUITests/SnapshotTests/VoiceRecording/Components/BiDirectionalPanGestureRecogniser_Tests.swift +++ b/Tests/StreamChatUITests/SnapshotTests/VoiceRecording/Components/BiDirectionalPanGestureRecogniser_Tests.swift @@ -3,8 +3,8 @@ // import StreamChat -import StreamChatUI import StreamChatTestTools +import StreamChatUI import XCTest final class BiDirectionalPanGestureRecogniser_Tests: XCTestCase {