Skip to content

Commit 8ad0ff4

Browse files
committed
Remove redundant private declaration
1 parent 60ad5dc commit 8ad0ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/WooCommerceTests/ViewRelated/Dashboard/Stats V4/StoreStatsPeriodViewModelTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ final class StoreStatsPeriodViewModelTests: XCTestCase {
681681
}
682682

683683
private extension StoreStatsPeriodViewModelTests {
684-
static private let defaultDate = Date(timeIntervalSince1970: 1671123600) // Dec 15, 2022, 5:00:00 PM GMT
684+
static let defaultDate = Date(timeIntervalSince1970: 1671123600) // Dec 15, 2022, 5:00:00 PM GMT
685685

686686
func createViewModel(timeRange: StatsTimeRangeV4, date: Date = defaultDate) -> StoreStatsPeriodViewModel {
687687
StoreStatsPeriodViewModel(siteID: siteID,

0 commit comments

Comments
 (0)