Fix: broken test build

pull/6922/merge
Hwee-Boon Yar 6 months ago
parent 74756ccd74
commit a7507197b4
  1. 4
      AlphaWalletTests/Factories/FakeNftProvider.swift

@ -6,9 +6,11 @@
//
@testable import AlphaWallet
import Combine
import AlphaWalletCore
import AlphaWalletFoundation
import Combine
import BigInt
final class FakeNftProvider: NFTProvider, NftAssetImageProvider {
func assetImageUrl(contract: AlphaWallet.Address, id: BigUInt) async throws -> URL {

Loading…
Cancel
Save