Skip to content

Commit

Permalink
rename call to renamed func
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuatbrown committed Dec 17, 2024
1 parent 3c2bd5f commit 8aa9d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NosTests/Service/Relay/RelayServiceTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class RelayServiceTests: XCTestCase {
)
let mockSubscriptionManager = MockRelaySubscriptionManager()
let subject = RelayService(subscriptionManager: mockSubscriptionManager)
_ = await subject.requestFollowSets(for: "test", since: since)
_ = await subject.requestAuthorLists(for: "test", since: since)

let resultFilter = try XCTUnwrap(mockSubscriptionManager.queueSubscriptionFilter)
XCTAssertEqual(resultFilter, expectedFilter)
Expand Down

0 comments on commit 8aa9d28

Please sign in to comment.