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

8 lines
175 B
Swift
Raw Normal View History

2021-09-25 13:48:22 +05:30
import Foundation
extension Instance {
static var fixture: Instance {
2022-12-09 05:45:19 +05:30
Instance(app: .invidious, name: "Home", apiURLString: "https://invidious.home.net")
2021-09-25 13:48:22 +05:30
}
}