From 50ca24143f6b068d4c77f32a9b2c31a3ee15a678 Mon Sep 17 00:00:00 2001 From: Alexey Alter-Pesotskiy Date: Fri, 17 Nov 2023 12:17:00 +0000 Subject: [PATCH] Fix linter issues --- Tests/StreamChatTests/Utils/Debouncer_Tests.swift | 1 - .../Components/AudioQueuePlayerNextItemProvider_Tests.swift | 2 +- .../Components/BiDirectionalPanGestureRecogniser_Tests.swift | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) 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 {