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
169 B
Swift
Raw Normal View History

2021-09-25 13:48:22 +05:30
import Foundation
extension Instance {
static var fixture: Instance {
2021-10-28 02:41:38 +05:30
Instance(app: .invidious, name: "Home", apiURL: "https://invidious.home.net")
2021-09-25 13:48:22 +05:30
}
}