From 8ac40a0882d2f1765609ee1df2eb34c0453fea2c Mon Sep 17 00:00:00 2001 From: Eric Mokaya Date: Sat, 21 Sep 2024 09:02:53 +0300 Subject: [PATCH] chore(staking/validator): lint fix --- x/staking/simulation/rand_util_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/staking/simulation/rand_util_test.go b/x/staking/simulation/rand_util_test.go index 97f9a8afcf30..fb619e784eee 100644 --- a/x/staking/simulation/rand_util_test.go +++ b/x/staking/simulation/rand_util_test.go @@ -6,9 +6,9 @@ import ( "testing" "time" - "cosmossdk.io/x/staking/simulation" - "github.com/stretchr/testify/require" + + "cosmossdk.io/x/staking/simulation" ) func TestRandURIOfHostLength(t *testing.T) {