yattee/Fixtures/Playlist+Fixtures.swift

8 lines
167 B
Swift
Raw Normal View History

import Foundation
extension Playlist {
static var fixture: Playlist {
Playlist(id: "ABC", title: "The Playlist", visibility: .public, updated: 1)
}
}