Skip to content

Commit 3db6230

Browse files
committed
Update comment with correct test data filename
1 parent 3a8e00c commit 3db6230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Networking/NetworkingTests/Mapper/PaymentGatewayMapperTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ private extension PaymentGatewayMapperTests {
5252
return try PaymentGatewayMapper(siteID: dummySiteID).map(response: response)
5353
}
5454

55-
/// Returns the PaymentGatewayMapper output from `paymentGateway.json`
55+
/// Returns the PaymentGatewayMapper output from `payment-gateway-cod.json`
5656
///
5757
func mapRetrievePaymentGatewayResponse() throws -> PaymentGateway {
5858
return try mapPaymentGateway(from: "payment-gateway-cod")

0 commit comments

Comments
 (0)