diff --git a/tests/state_test.go b/tests/state_test.go index 0cfc380f2..b66e30f30 100644 --- a/tests/state_test.go +++ b/tests/state_test.go @@ -34,7 +34,7 @@ import ( "github.com/stretchr/testify/suite" ) -// TestCoreSpecState runs the StateTests fixtures from kaia-core-tests +// TestKaiaSpecState runs the StateTests fixtures from kaia-core-tests func TestKaiaSpecState(t *testing.T) { t.Parallel() diff --git a/tests/tx_validation_test.go b/tests/tx_validation_test.go index b6e151ecc..0ac9b23c9 100644 --- a/tests/tx_validation_test.go +++ b/tests/tx_validation_test.go @@ -103,7 +103,7 @@ func genMapForTxTypes(from TestAccount, to TestAccount, txType types.TxType) (tx return valueMap, gas } -// TestValidationPoolInsert generates invalid txs which will be invalidated during txPool insert process. +// TestValidationPoolInsertEthTxType generates invalid txs which will be invalidated during txPool insert process. func TestValidationPoolInsertEthTxType(t *testing.T) { log.EnableLogForTest(log.LvlCrit, log.LvlTrace) @@ -654,7 +654,7 @@ func decreaseGasPrice(txType types.TxType, values txValueMap, contract common.Ad return values, err } -// decreaseGasPrice changes gasPrice to 12345678 and return an error with magma policy +// decreaseGasPriceMagma changes gasPrice to 12345678 and return an error with magma policy func decreaseGasPriceMagma(txType types.TxType, values txValueMap, contract common.Address) (txValueMap, error) { var err error if txType == types.TxTypeEthereumDynamicFee || txType == types.TxTypeEthereumSetCode {