Skip to content

Commit

Permalink
Remove propType field from generator
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Sep 20, 2023
1 parent 9eb0a1f commit 2f961cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/action_rapid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ func GetSubmitTextProposalActionGen() *rapid.Generator[submitTextProposalAction]
Chain: GetChainIDGen().Draw(t, "Chain"),
From: GetValidatorIDGen().Draw(t, "From"),
Deposit: rapid.Uint().Draw(t, "Deposit"),
PropType: rapid.String().Draw(t, "PropType"),
Title: rapid.String().Draw(t, "Title"),
Description: rapid.String().Draw(t, "Description"),
}
Expand Down

0 comments on commit 2f961cf

Please sign in to comment.