Skip to content

Commit 2a8f275

Browse files
committed
AccountRemoteTests: Fixing Test
1 parent 5378441 commit 2a8f275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Networking/NetworkingTests/Remote/AccountRemoteTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class AccountRemoteTests: XCTestCase {
2525

2626
network.simulateResponse(requestUrlSuffix: "me", filename: "me")
2727

28-
remote.loadAccountDetails { (account, error) in
28+
remote.loadAccount { (account, error) in
2929
XCTAssertNil(error)
3030
XCTAssertNotNil(account)
3131

0 commit comments

Comments
 (0)