We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182a724 commit a9bfcc5Copy full SHA for a9bfcc5
integration/cosmosgen/bank_module_test.go
@@ -14,6 +14,7 @@ import (
14
envtest "github.com/ignite/cli/v29/integration"
15
)
16
17
+// TestBankModule tests the bank module by creating accounts, transferring tokens between them, and querying the account balances.
18
func TestBankModule(t *testing.T) {
19
t.Skip()
20
0 commit comments