Skip to content

Commit 3448571

Browse files
committed
Fix typos.
1 parent 0515402 commit 3448571

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Networking/NetworkingTests/Remote/LeaderboardsRemoteTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ final class LeaderboardsRemoteV4Tests: XCTestCase {
3939
let topProducts = leaderboards[3]
4040
XCTAssertFalse(topProducts.rows.isEmpty)
4141

42-
// Each prodcut should have non-empty values
42+
// Each product should have non-empty values
4343
let expectedValues = [(quantity: 4, total: 20000.0), (quantity: 1, total: 15.99)]
4444
zip(topProducts.rows, expectedValues).forEach { product, expectedValue in
4545
XCTAssertFalse(product.subject.display.isEmpty)
@@ -77,7 +77,7 @@ final class LeaderboardsRemoteV4Tests: XCTestCase {
7777
let topProducts = leaderboards[3]
7878
XCTAssertFalse(topProducts.rows.isEmpty)
7979

80-
// Each prodcut should have non-empty values
80+
// Each product should have non-empty values
8181
let expectedValues = [(quantity: 4, total: 20000.0), (quantity: 1, total: 15.99)]
8282
zip(topProducts.rows, expectedValues).forEach { product, expectedValue in
8383
XCTAssertFalse(product.subject.display.isEmpty)
@@ -89,7 +89,7 @@ final class LeaderboardsRemoteV4Tests: XCTestCase {
8989
}
9090
}
9191

92-
func testLeaderboardsProperlyRelaysNetwokingErrors() {
92+
func testLeaderboardsProperlyRelaysNetworkingErrors() {
9393
// Given
9494
let remote = LeaderboardsRemote(network: network)
9595

0 commit comments

Comments
 (0)