Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 4452142

Browse files
committed
Adding TODO noting why these tests are commented out.
1 parent 18eaffc commit 4452142

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

WordPressKitTests/StatsRemoteV2Tests.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,10 @@ class StatsRemoteV2Tests: RemoteTestCase, RESTTestable {
385385
XCTAssertEqual(fileDownloads?.totalDownloadsCount, 0)
386386

387387
XCTAssertEqual(fileDownloads?.fileDownloads.count, 0)
388-
// XCTAssertEqual(fileDownloads?.fileDownloads.first!.file, "")
389-
// XCTAssertEqual(fileDownloads?.fileDownloads.first!.downloadCount, 666)
388+
389+
// TODO: enable these (with valid tests) when endpoint is live
390+
// XCTAssertEqual(fileDownloads?.fileDownloads.first!.file, "")
391+
// XCTAssertEqual(fileDownloads?.fileDownloads.first!.downloadCount, 666)
390392

391393
expect.fulfill()
392394
}

0 commit comments

Comments
 (0)