From 09e5efa103146d148b1c966716290b171dc4aca1 Mon Sep 17 00:00:00 2001 From: Alex | Interchain Labs Date: Wed, 30 Apr 2025 11:57:16 -0400 Subject: [PATCH] chore: use latest patch for systemstest (#24621) --- tests/systemtests/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/systemtests/go.mod b/tests/systemtests/go.mod index 8f4b63227b..dfe7328eb1 100644 --- a/tests/systemtests/go.mod +++ b/tests/systemtests/go.mod @@ -10,7 +10,7 @@ replace ( require ( cosmossdk.io/math v1.5.3 - cosmossdk.io/systemtests v1.2.0 + cosmossdk.io/systemtests v1.2.1 github.com/cosmos/cosmos-sdk v0.53.0 github.com/stretchr/testify v1.10.0 github.com/tidwall/gjson v1.18.0