Skip to content

Commit a707eb2

Browse files
committed
fix: hound
1 parent 1b9a7c5 commit a707eb2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WordPress/WordPressTest/Dashboard/BlogDashboardServiceTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class BlogDashboardServiceTests: XCTestCase {
3232

3333
service.fetch(wpComID: 123456) { snapshot in
3434
// Drafts and Scheduled section exists
35-
let draftsSection = snapshot.sectionIdentifiers.first(where: { $0.subtype == "draft" })
36-
let scheduledSection = snapshot.sectionIdentifiers.first(where: { $0.subtype == "scheduled" })
35+
let draftsSection = snapshot.sectionIdentifiers.first(where: { $0.subtype == "draft" })
36+
let scheduledSection = snapshot.sectionIdentifiers.first(where: { $0.subtype == "scheduled" })
3737
XCTAssertNotNil(draftsSection)
3838
XCTAssertNotNil(scheduledSection)
3939

0 commit comments

Comments
 (0)