Move FeedlyCollectionParserTests to the Feedly module. (It passes.)
This commit is contained in:
parent
aa14143494
commit
a3dda4c87a
@ -7,9 +7,9 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
import XCTest
|
import XCTest
|
||||||
@testable import Account
|
@testable import Feedly
|
||||||
|
|
||||||
class FeedlyCollectionParserTests: XCTestCase {
|
final class FeedlyCollectionParserTests: XCTestCase {
|
||||||
|
|
||||||
func testParsing() {
|
func testParsing() {
|
||||||
let collection = FeedlyCollection(feeds: [], label: "Test Collection", id: "test/collection/1")
|
let collection = FeedlyCollection(feeds: [], label: "Test Collection", id: "test/collection/1")
|
@ -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