diff options
| author | Christian Cleberg <[email protected]> | 2026-04-11 23:36:36 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-11 23:36:36 -0500 |
| commit | ce1a59205b30518ee11d99ac043e15d83c27cce2 (patch) | |
| tree | c24e18e9c3de90700db278b6f378211a7d2bcd73 /HutchTests/ProjectTests.swift | |
| parent | 00cc231e9b419d27b412036d93457c2cbabe0b16 (diff) | |
| download | hutch-ce1a59205b30518ee11d99ac043e15d83c27cce2.tar.gz hutch-ce1a59205b30518ee11d99ac043e15d83c27cce2.tar.bz2 hutch-ce1a59205b30518ee11d99ac043e15d83c27cce2.zip | |
Fix stale tests for current Swift concurrency model
Diffstat (limited to 'HutchTests/ProjectTests.swift')
| -rw-r--r-- | HutchTests/ProjectTests.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/HutchTests/ProjectTests.swift b/HutchTests/ProjectTests.swift index a94d6d2..b47356e 100644 --- a/HutchTests/ProjectTests.swift +++ b/HutchTests/ProjectTests.swift @@ -12,6 +12,7 @@ struct ProjectTests { website: nil, visibility: .public, tags: [], + updated: Date(timeIntervalSince1970: 0), mailingLists: [ Project.MailingList( id: "list-1", @@ -62,6 +63,7 @@ struct ProjectTests { website: "https://example.com", visibility: .public, tags: [], + updated: Date(timeIntervalSince1970: 0), mailingLists: [], sources: [], trackers: [] |
