chore: move systemtests to tests folder (#20290)
This commit is contained in:
parent
ca15c9d0e7
commit
89ccbc13d1
@ -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) {
|
||||
Loading…
Reference in New Issue
Block a user