Skip to content

Commit 3523002

Browse files
fix another #file -> #filePath
1 parent 1ffd86a commit 3523002

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/ApolloTests/UploadTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class UploadTests: XCTestCase {
2323

2424
private func compareInitialFile(at initialFileURL: URL,
2525
toUploadedFileAt path: String?,
26-
file: StaticString = #file,
26+
file: StaticString = #filePath,
2727
line: UInt = #line) {
2828
guard let path = path else {
2929
XCTFail("Path was nil!",

0 commit comments

Comments
 (0)