Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
fix(test): genesis naming
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdevbear committed Oct 13, 2023
1 parent 7390bc7 commit 6b80065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/x/evm/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var (

func TestGenesis(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Genesis Suite")
RunSpecs(t, "cosmos/x/evm")
}

var _ = Describe("Genesis", func() {
Expand Down

0 comments on commit 6b80065

Please sign in to comment.