Skip to content

Commit

Permalink
Update x/observer/keeper/voting_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tanmay <[email protected]>
  • Loading branch information
fbac and kingpinXD authored Jul 13, 2024
1 parent 22a0e4b commit 18e7acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/observer/keeper/voting_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ func TestKeeper_VoteOnBallot(t *testing.T) {
require.ErrorIs(t, err, types.ErrUnableToAddVote)
})

t.Run("user can create a ballow and add a vote", func(t *testing.T) {
t.Run("user can create a ballot and add a vote", func(t *testing.T) {
k, ctx, _, _ := keepertest.ObserverKeeper(t)

k.SetChainParamsList(ctx, types.ChainParamsList{
Expand Down

0 comments on commit 18e7acf

Please sign in to comment.