chore: move systemtests to tests folder (#20290)

This commit is contained in:
Marko
2024-05-06 13:52:26 +00:00
committed by GitHub
parent ca15c9d0e7
commit 89ccbc13d1
14 changed files with 1 additions and 2 deletions
@@ -1,4 +1,4 @@
module cosmossdk.io/systemtests
module cosmossdk.io/tests/systemtests
go 1.22
@@ -96,7 +96,6 @@ func requireEnoughFileHandlers(nodesCount int) {
if fileDescrCount < expFH {
panic(fmt.Sprintf("Fail fast. Insufficient setup. Run 'ulimit -n %d'", expFH))
}
return
}
func initSDKConfig(bech32Prefix string) {