Skip to content

Commit

Permalink
revert lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Dec 31, 2024
1 parent 4c09eee commit 18dee22
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/integration/v2/example/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ 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.
func Example() {
// example functions should not take any arguments, t is created in the function to avoid passing it
// in your code pass t to the integration test function
t := &testing.T{}
func Example(t *testing.T) {
authority := authtypes.NewModuleAddress("gov").String()

var mintKeeper *mintkeeper.Keeper
Expand Down

0 comments on commit 18dee22

Please sign in to comment.