Update SudoMsg in test

This commit is contained in:
Ethan Frey
2021-03-03 23:19:56 +01:00
parent 43430b751e
commit a50bafb789

View File

@@ -1026,7 +1026,7 @@ func TestMigrateWithDispatchedMessage(t *testing.T) {
}
type sudoMsg struct {
StealFunds stealFundsMsg `json:"StealFunds"`
StealFunds stealFundsMsg `json:"steal_funds"`
}
type stealFundsMsg struct {