diff options
Diffstat (limited to 'HutchTests')
| -rw-r--r-- | HutchTests/SystemStatusRepositoryTests.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HutchTests/SystemStatusRepositoryTests.swift b/HutchTests/SystemStatusRepositoryTests.swift index fb08732..56fa7c0 100644 --- a/HutchTests/SystemStatusRepositoryTests.swift +++ b/HutchTests/SystemStatusRepositoryTests.swift @@ -60,7 +60,7 @@ struct SystemStatusRepositoryTests { id: "incident-1", title: "builds.sr.ht outage", summary: "Builds are failing.", - url: nil, + url: URL(string: "https://status.sr.ht/issues/1/"), publishedAt: Date(timeIntervalSince1970: 200), updatedAt: nil, isActive: true |
