Skip to content

Commit

Permalink
refactor: added godocs
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jan 22, 2024
1 parent 158b718 commit 0c74bc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion e2e/interchaintest/types/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ import (
"github.com/strangelove-ventures/interchaintest/v7/chain/cosmos/wasm"
)

func TestExecuteMsgs(t *testing.T) {
// This is some boilerplate test code to insert some tests for the types package.
// It is not meant to be executed, but to be used as a way to test some functions when
// debugging developing the types package.
func TestTypes(t *testing.T) {
const testAddress = "srdtrk"

t.Parallel()
Expand Down

0 comments on commit 0c74bc7

Please sign in to comment.