diff --git a/Tests/NIOTransportServicesTests/NIOTSEndToEndTests.swift b/Tests/NIOTransportServicesTests/NIOTSEndToEndTests.swift index bd0ad52..5acb7d9 100644 --- a/Tests/NIOTransportServicesTests/NIOTSEndToEndTests.swift +++ b/Tests/NIOTransportServicesTests/NIOTSEndToEndTests.swift @@ -21,7 +21,7 @@ import Network func assertNoThrowWithValue(_ body: @autoclosure () throws -> T, defaultValue: T? = nil, message: String? = nil, - file: StaticString = #file, line: UInt = #line) throws -> T { + file: StaticString = #filePath, line: UInt = #line) throws -> T { do { return try body() } catch {