Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Mar 18, 2024
1 parent 768beab commit 014f752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/pubkey_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ func (s *PubKeyTestSuite) TestPubKeyGetAddress(c *C) {

addrETH, err = pk.GetAddress(BtcRegtestChain())
c.Assert(err, IsNil)
c.Assert(addrETH.String(), Equals, NoAddress)
c.Assert(addrETH, Equals, NoAddress)
}
}

Expand Down

0 comments on commit 014f752

Please sign in to comment.