Skip to content

Commit 535a85e

Browse files
committed
Add a comment for MockupNetwork's pathComponents helper.
1 parent f2655a0 commit 535a85e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Yosemite/YosemiteTests/Mockups/MockupNetwork+Path.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import XCTest
22
@testable import Networking
33

44
extension MockupNetwork {
5+
/// Returns the parameters ("\(key)=\(value)") for the WC API path in the first network request URL.
56
var pathComponents: [String]? {
67
guard let request = requestsForResponseData.first,
78
let urlRequest = try? request.asURLRequest(),

0 commit comments

Comments
 (0)