Skip to content

Commit

Permalink
add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Viacheslav Zhygulin authored and Viacheslav Zhygulin committed Jul 24, 2024
1 parent 98b49f3 commit d11eb46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/BitcoinUtils_Simnet.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ contract BitcoinUtils_Testnet_Test is Test {

function testValidAddress() public {
assertTrue(utils.validateBitcoinAddress(network, "ScuV2eqXfQCPcpxqqVSFtMVwkfqcwnQKB1"));
//assertTrue(utils.validateBitcoinAddress(network, "mrCDrCybB6J1vRfbwM5hemdJz73FwDBC8r"));
//assertTrue(utils.validateBitcoinAddress(network, "2NFPLS6TQVVvic6Nh85PGfcYesbGdm1fjpo"));
assertTrue(utils.validateBitcoinAddress(network, "SYi7rot5GKoyuRNUnjrfKYRBL7F4e9L8bN"));
}

function testInvalidAddress() public {
Expand Down

0 comments on commit d11eb46

Please sign in to comment.