Skip to content

Commit

Permalink
fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Dec 31, 2024
1 parent 2815e3b commit a36f063
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/v2/example/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ import (

// Example shows how to use the integration test framework to test the integration of SDK modules.
// Panics are used in this example, but in a real test case, you should use the testing.T object and assertions.
// nolint:govet // ignore removal of parameter here as its run as a test as well.
func Example(t *testing.T) {
t.Helper()
authority := authtypes.NewModuleAddress("gov").String()

var (
mintKeeper *mintkeeper.Keeper
)
var mintKeeper *mintkeeper.Keeper

moduleConfigs := []configurator.ModuleOption{
configurator.AccountsModule(),
Expand Down

0 comments on commit a36f063

Please sign in to comment.