Move FeedlyTextSanitizationTests to Feedly module.
This commit is contained in:
parent
7f6112da45
commit
66e169d552
|
@ -7,10 +7,10 @@
|
|||
//
|
||||
|
||||
import XCTest
|
||||
@testable import Account
|
||||
@testable import Feedly
|
||||
|
||||
final class FeedlyTextSanitizationTests: XCTestCase {
|
||||
|
||||
class FeedlyTextSanitizationTests: XCTestCase {
|
||||
|
||||
func testRTLSanitization() {
|
||||
|
||||
let targetsAndExpectations: [(target: String?, expectation: String?)] = [
|
Loading…
Reference in New Issue