mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Rename FeedlyOrganiseParsedItemsByFeedOperationTests to ParsedItemsKeyedByFeedURLTests, since the operation it was testing is now a function named parsedItemsKeyedByFeedURL.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// FeedlyOrganiseParsedItemsByFeedOperationTests.swift
|
||||
// ParsedItemsKeyedByFeedURLTests.swift
|
||||
// AccountTests
|
||||
//
|
||||
// Created by Kiel Gillard on 24/10/19.
|
||||
@@ -10,8 +10,8 @@ import XCTest
|
||||
@testable import Account
|
||||
import Parser
|
||||
|
||||
class FeedlyOrganiseParsedItemsByFeedOperationTests: XCTestCase {
|
||||
|
||||
final class ParsedItemsKeyedByFeedURLTests: XCTestCase {
|
||||
|
||||
private var account: Account!
|
||||
private let support = FeedlyTestSupport()
|
||||
|
||||
Reference in New Issue
Block a user