Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Nov 17, 2023
1 parent 1df651d commit 50ca241
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Tests/StreamChatTests/Utils/Debouncer_Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import Foundation
@testable import StreamChat
@testable import StreamChatTestTools
import StreamChatTestTools
import XCTest

final class Debouncer_Tests: XCTestCase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
//

@testable import StreamChat
@testable import StreamChatTestTools
@testable import StreamChatUI
import StreamChatTestTools
import XCTest

final class AudioQueuePlayerNextItemProvider_Tests: XCTestCase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
//

import StreamChat
import StreamChatUI
import StreamChatTestTools
import StreamChatUI
import XCTest

final class BiDirectionalPanGestureRecogniser_Tests: XCTestCase {
Expand Down

0 comments on commit 50ca241

Please sign in to comment.