Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianToledano committed Mar 26, 2024
1 parent d28cd9a commit 83f3835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/distribution/client/common/common_test.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package common

import (
codectestutil "github.com/cosmos/cosmos-sdk/codec/testutil"
"testing"

"github.com/stretchr/testify/require"

"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/codec/legacy"
codectestutil "github.com/cosmos/cosmos-sdk/codec/testutil"
)

func TestQueryDelegationRewardsAddrValidation(t *testing.T) {
Expand Down

0 comments on commit 83f3835

Please sign in to comment.