Skip to content

Commit

Permalink
chore: move systemtests to tests folder (cosmos#20290)
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored May 6, 2024
1 parent ca15c9d commit 89ccbc1
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion systemtests/go.mod → tests/systemtests/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module cosmossdk.io/systemtests
module cosmossdk.io/tests/systemtests

go 1.22

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 89ccbc1

Please sign in to comment.