Move FeedlyCollectionParserTests to the Feedly module. (It passes.)
This commit is contained in:
parent
aa14143494
commit
a3dda4c87a
@ -7,10 +7,10 @@
|
||||
//
|
||||
|
||||
import XCTest
|
||||
@testable import Account
|
||||
@testable import Feedly
|
||||
|
||||
final class FeedlyCollectionParserTests: XCTestCase {
|
||||
|
||||
class FeedlyCollectionParserTests: XCTestCase {
|
||||
|
||||
func testParsing() {
|
||||
let collection = FeedlyCollection(feeds: [], label: "Test Collection", id: "test/collection/1")
|
||||
let parser = FeedlyCollectionParser(collection: collection)
|
@ -1,12 +0,0 @@
|
||||
import XCTest
|
||||
@testable import Feedly
|
||||
|
||||
final class FeedlyTests: XCTestCase {
|
||||
func testExample() throws {
|
||||
// XCTest Documentation
|
||||
// https://developer.apple.com/documentation/xctest
|
||||
|
||||
// Defining Test Cases and Test Methods
|
||||
// https://developer.apple.com/documentation/xctest/defining_test_cases_and_test_methods
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user