From 12987a6e02b4122bd9692ecd6225e9e0863c2161 Mon Sep 17 00:00:00 2001 From: Stana Miric Date: Mon, 9 Dec 2024 09:13:00 +0100 Subject: [PATCH] Update tests/interchain/provider_single_val_test.go Co-authored-by: Marius Poke --- tests/interchain/provider_single_val_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/interchain/provider_single_val_test.go b/tests/interchain/provider_single_val_test.go index 9e8913d427..0bb4f9401e 100644 --- a/tests/interchain/provider_single_val_test.go +++ b/tests/interchain/provider_single_val_test.go @@ -662,7 +662,7 @@ func (s *SingleValidatorProviderSuite) TestInfractionParameters() { s.Require().Equal(infractionParams.DoubleSign, response.DoubleSign) s.Require().Equal(defaultInfractionParams.Downtime, response.Downtime) - // Confirm that a chain can be created with custom infrection parameters set only for downtime + // Confirm that a chain can be created with custom infraction parameters set only for downtime chainName = "downtimeInfractionParams-1" infractionParams = infractionParamsTemplate() infractionParams.DoubleSign = nil