Skip to content

Commit

Permalink
incentive msg test
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed May 20, 2023
1 parent 5be0562 commit 4d452dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/incentive/msgs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func TestRoutes(t *testing.T) {
}

for _, msg := range msgs {
assert.Equal(t, "incentive", msg.Route())
// check for non-empty returns for now
assert.Assert(t, len(msg.GetSignBytes()) != 0)
// exact match required
Expand Down

0 comments on commit 4d452dc

Please sign in to comment.