summaryrefslogtreecommitdiff
path: root/HutchTests/SRHTWebURLTests.swift
blob: 15f242d9a04c08c602a1275dfc7a2c05343c869c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
import Foundation
import Testing
@testable import Hutch

struct SRHTWebURLTests {

    @Test
    func browserOnlyServiceURLsUseCanonicalHosts() {
        #expect(SRHTWebURL.chat.absoluteString == "https://chat.sr.ht")
        #expect(SRHTWebURL.status.absoluteString == "https://status.sr.ht")
    }
}