diff --git a/driver/anchor_tx_constructor/anchor_tx_constructor_test.go b/driver/anchor_tx_constructor/anchor_tx_constructor_test.go index 135179779..714e5012c 100644 --- a/driver/anchor_tx_constructor/anchor_tx_constructor_test.go +++ b/driver/anchor_tx_constructor/anchor_tx_constructor_test.go @@ -32,7 +32,7 @@ func (s *AnchorTxConstructorTestSuite) SetupTest() { } func (s *AnchorTxConstructorTestSuite) TestGasLimit() { - s.Greater(AnchorGasLimit, 0) + s.Greater(AnchorGasLimit, uint64(0)) } func (s *AnchorTxConstructorTestSuite) TestAssembleAnchorTx() {