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