Skip to content

Commit

Permalink
Tag core data testing todo with #89
Browse files Browse the repository at this point in the history
  • Loading branch information
isiahmanns committed May 24, 2023
1 parent 7b3be2a commit df41c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hourglass/Hourglass/Views/StatisticsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ private extension TimeBlock {
Calendar.current.dateComponents([.year, .month, .day, .hour, .minute, .second], from: end!)
}

// TODO: - Test this with Core Data
// TODO: - Test this with Core Data (#89)
var doesIncludeNextDay: Bool {
startDate.day! < endDate.day!
}
Expand Down

0 comments on commit df41c5e

Please sign in to comment.