1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-13 13:50:32 +05:30
yattee/Fixtures/Instance+Fixtures.swift

8 lines
166 B
Swift
Raw Normal View History

2021-09-25 13:48:22 +05:30
import Foundation
extension Instance {
static var fixture: Instance {
2021-10-17 04:18:58 +05:30
Instance(app: .invidious, name: "Home", url: "https://invidious.home.net")
2021-09-25 13:48:22 +05:30
}
}