Skip to content

Commit f5c38f3

Browse files
committed
added address to test
1 parent c52e1c4 commit f5c38f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/web3swiftTests/localTests/EthereumAddressTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ class EthereumAddressTest: XCTestCase {
4343

4444
XCTAssertTrue(sut.contains("EthereumAddress\n"))
4545
XCTAssertTrue(sut.contains("type: normal\n"))
46-
XCTAssertTrue(sut.contains("address: 0x"))
46+
XCTAssertTrue(sut.contains("address: 0x200EB5cCdA1c35B0F5Bf82552FDD65a8AEe98E79"))
4747
}
4848
}

0 commit comments

Comments
 (0)