summaryrefslogtreecommitdiff
path: root/HutchTests/SettingsViewModelTests.swift
Commit message (Collapse)AuthorAgeFilesLines
* test: repair stale expectations and request-body captureChristian Cleberg2026-07-151-2/+24
| | | | | | | | | | | | | | | These tests drifted from the code and went unnoticed because CI never ran them. All four are test-side errors; no app behavior is involved. - TicketListViewModelTests asserted lowercase "resolved"/"fixed"/"reported" against TicketStatus/TicketResolution rawValues, which are uppercase to match the todo.sr.ht GraphQL enums. - HomeViewModelTests expected failedBuilds in ascending id order. Ordering moved to newest-first when sortBuildItemsForTriage landed in 5f6d545; the filtering the test covers is unchanged. - SettingsViewModelTests read request.httpBody inside a URLProtocol, where it is always nil because URLSession moves the body onto httpBodyStream. The stub now reads the body off the stream at capture time.
* fix: profile loading error and user-timeline prefs updatev3.2.1Christian Cleberg2026-04-231-0/+55
|
* show tracker creation errors inside the creation sheetChristian Cleberg2026-03-181-0/+39