ci: separate out rpc and integration tests (#931)

Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
Prajjwol Gautam
2022-02-09 14:56:12 +01:00
committed by GitHub
co-authored by Federico Kunze Küllmer
parent 03a03b211a
commit f32288b16d
7 changed files with 48 additions and 14 deletions
+4 -2
View File
@@ -4,11 +4,12 @@ import (
"bytes"
"context"
"fmt"
sdk "github.com/cosmos/cosmos-sdk/types"
evmtypes "github.com/tharsis/ethermint/x/evm/types"
"math/big"
"testing"
sdk "github.com/cosmos/cosmos-sdk/types"
evmtypes "github.com/tharsis/ethermint/x/evm/types"
// . "github.com/onsi/ginkgo"
// . "github.com/onsi/gomega"
@@ -392,6 +393,7 @@ func (s *IntegrationTestSuite) TestGetLogs() {
common.HexToHash("0x000000000000000000000000" + fmt.Sprintf("%x", common.BytesToAddress(s.network.Validators[0].Address))),
common.HexToHash("0x000000000000000000000000378c50d9264c63f3f92b806d4ee56e9d86ffb3ec"),
}
s.Require().Equal(expectedTopics, logs[0].Topics)
}