Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ninabarbakadze committed Oct 10, 2024
1 parent 156dc32 commit 6dd6a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/process_proposal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func TestProcessProposal(t *testing.T) {
),
user.SetMemo(largeMemo))

// create 1 large sendTx that includes a large memo making the
// create 1 large sendTx that includes a large memo making the
// transaction over the configured max tx bytes limit
largeSendTx := testutil.SendTxsWithAccounts(
t, testApp, enc, kr, 1000, accounts[0], accounts[1:2], testutil.ChainID, user.SetMemo(largeMemo),
Expand Down

0 comments on commit 6dd6a1f

Please sign in to comment.