Skip to content

Commit

Permalink
fix: lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Apr 12, 2024
1 parent 182ab59 commit ef44ba5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/distributor/distributor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ func TestDistributor_Distribute(t *testing.T) {
}

sendType := bank.MsgSend{}.Type()

for _, tx := range capturedBroadcasts {
if len(tx.Msgs) != 1 {
t.Fatal("invalid number of messages")
Expand Down

0 comments on commit ef44ba5

Please sign in to comment.