mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-24 08:00:53 +01:00
Move FeedlyResourceIDTests to Feedly module.
This commit is contained in:
parent
6adbc8245d
commit
c75f3a8e88
@ -7,11 +7,11 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
import XCTest
|
import XCTest
|
||||||
@testable import Account
|
@testable import Feedly
|
||||||
|
|
||||||
class FeedlyResourceIDTests: XCTestCase {
|
final class FeedlyResourceIDTests: XCTestCase {
|
||||||
|
|
||||||
func testFeedResourceID() {
|
@MainActor func testFeedResourceID() {
|
||||||
let expectedUrl = "http://ranchero.com/blog/atom.xml"
|
let expectedUrl = "http://ranchero.com/blog/atom.xml"
|
||||||
|
|
||||||
let feedResource = FeedlyFeedResourceID(id: "feed/\(expectedUrl)")
|
let feedResource = FeedlyFeedResourceID(id: "feed/\(expectedUrl)")
|
Loading…
Reference in New Issue
Block a user