diff --git a/AlphaWalletTests/Transfer/ViewControllers/SendViewControllerTests.swift b/AlphaWalletTests/Transfer/ViewControllers/SendViewControllerTests.swift index 3eeb7c954..158d0f3d0 100644 --- a/AlphaWalletTests/Transfer/ViewControllers/SendViewControllerTests.swift +++ b/AlphaWalletTests/Transfer/ViewControllers/SendViewControllerTests.swift @@ -580,7 +580,7 @@ class TokenBalanceTests: XCTestCase { } } tokensService.deleteTokenTestsOnly(token: token) - await fulfillment(of: [tokenBalanceUpdateCallbackExpectation,], timeout: 1) + await fulfillment(of: [tokenBalanceUpdateCallbackExpectation], timeout: 1) } @MainActor func testBalanceUpdatesPublisherWhenNonFungibleBalanceUpdated() async {