Rename FeedlyOrganiseParsedItemsByFeedOperationTests to ParsedItemsKeyedByFeedURLTests, since the operation it was testing is now a function named parsedItemsKeyedByFeedURL.

This commit is contained in:
Brent Simmons 2024-05-17 22:02:46 -07:00
parent 544dcf651d
commit 5760705784
1 changed files with 3 additions and 3 deletions

View File

@ -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()