We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52e1c4 commit f5c38f3Copy full SHA for f5c38f3
Tests/web3swiftTests/localTests/EthereumAddressTest.swift
@@ -43,6 +43,6 @@ class EthereumAddressTest: XCTestCase {
43
44
XCTAssertTrue(sut.contains("EthereumAddress\n"))
45
XCTAssertTrue(sut.contains("type: normal\n"))
46
- XCTAssertTrue(sut.contains("address: 0x"))
+ XCTAssertTrue(sut.contains("address: 0x200EB5cCdA1c35B0F5Bf82552FDD65a8AEe98E79"))
47
}
48
0 commit comments