Skip to content

Commit

Permalink
fix: fix typo, chore: remove __debug_bin binary
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Feb 10, 2023
1 parent 6c7454e commit ade37bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed x/upgrade/types/__debug_bin
Binary file not shown.
2 changes: 1 addition & 1 deletion x/upgrade/types/proposal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func TestContentAccessors(t *testing.T) {
}{
"upgrade": {
p: types.NewSoftwareUpgradeProposal("Title", "desc", types.Plan{
Name: "due_time",
Name: "due_height",
Info: "https://foo.bar",
Height: 99999999999,
}),
Expand Down

0 comments on commit ade37bf

Please sign in to comment.