chore: move systemtests to tests folder (#20290)

This commit is contained in:
Marko 2024-05-06 15:52:26 +02:00 committed by GitHub
parent ca15c9d0e7
commit 89ccbc13d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
module cosmossdk.io/systemtests
module cosmossdk.io/tests/systemtests
go 1.22

View File

@ -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) {