From 18dee22359293a14b9ae2cb3905e6e8eb432dcb8 Mon Sep 17 00:00:00 2001 From: marbar3778 Date: Tue, 31 Dec 2024 10:00:40 +0100 Subject: [PATCH] revert lint issue --- tests/integration/v2/example/example_test.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/integration/v2/example/example_test.go b/tests/integration/v2/example/example_test.go index 0f2fd4513dcb..c2791502803d 100644 --- a/tests/integration/v2/example/example_test.go +++ b/tests/integration/v2/example/example_test.go @@ -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