Skip to content

Commit

Permalink
Update WritePCAPHandlerTest.swift with formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux authored Jan 14, 2025
1 parent e221bf4 commit 63cf347
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tests/NIOExtrasTests/WritePCAPHandlerTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ import Foundation
import NIOCore
import NIOEmbedded
import XCTest

@testable import NIOExtras

#if canImport(Android)
import Android
#endif

@testable import NIOExtras

class WritePCAPHandlerTest: XCTestCase {
private var accumulatedPackets: [ByteBuffer]!
private var channel: EmbeddedChannel!
Expand Down

0 comments on commit 63cf347

Please sign in to comment.