Skip to content

Commit

Permalink
fix: ios test
Browse files Browse the repository at this point in the history
  • Loading branch information
weixuefeng committed Jul 14, 2023
1 parent c3fbeff commit d73f179
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions swift/Tests/CoinAddressDerivationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,10 @@ class CoinAddressDerivationTests: XCTestCase {
.klaytn,
.meter,
.okxchain,
<<<<<<< HEAD
.gatechain:
=======
.confluxeSpace,
.opBNBtestnet,
.acalaEVM:
>>>>>>> master
.acalaEVM,
.gatechain:
let expectedResult = "0x8f348F300873Fd5DA36950B2aC75a26584584feE"
assertCoinDerivation(coin, expectedResult, derivedAddress, address)
case .ronin:
Expand Down

0 comments on commit d73f179

Please sign in to comment.