From ce1a59205b30518ee11d99ac043e15d83c27cce2 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 11 Apr 2026 23:36:36 -0500 Subject: Fix stale tests for current Swift concurrency model --- HutchTests/ProjectTests.swift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'HutchTests/ProjectTests.swift') 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: [] -- cgit v1.2.3