Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
udpatil committed Apr 20, 2023
1 parent ef04bb0 commit 1b6e919
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x/auth/legacy/v040/migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ func TestMigrate(t *testing.T) {
},
"sequence": "0"
},
"cancelled_time": "0",
"delegated_free": [
{
"amount": "50",
Expand Down Expand Up @@ -156,6 +157,7 @@ func TestMigrate(t *testing.T) {
},
"sequence": "0"
},
"cancelled_time": "0",
"delegated_free": [],
"delegated_vesting": [],
"end_time": "3160620846",
Expand All @@ -181,6 +183,7 @@ func TestMigrate(t *testing.T) {
},
"sequence": "0"
},
"cancelled_time": "0",
"delegated_free": [],
"delegated_vesting": [],
"end_time": "3160620846",
Expand Down Expand Up @@ -217,6 +220,7 @@ func TestMigrate(t *testing.T) {
},
"sequence": "0"
},
"cancelled_time": "0",
"delegated_free": [],
"delegated_vesting": [],
"end_time": "3160620846",
Expand Down

0 comments on commit 1b6e919

Please sign in to comment.