Skip to content

Commit

Permalink
fix another #file -> #filePath
Browse files Browse the repository at this point in the history
  • Loading branch information
designatednerd committed Sep 9, 2020
1 parent cf04cfc commit 9790166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ApolloTests/UploadTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class UploadTests: XCTestCase {

private func compareInitialFile(at initialFileURL: URL,
toUploadedFileAt path: String?,
file: StaticString = #file,
file: StaticString = #filePath,
line: UInt = #line) {
guard let path = path else {
XCTFail("Path was nil!",
Expand Down

0 comments on commit 9790166

Please sign in to comment.