x/bank: create reverse prefix for denom<->address (#9611)
This commit is contained in:
+6
-1
@@ -123,8 +123,13 @@ func TestRunMigrations(t *testing.T) {
|
||||
false, "", true, "no migrations found for module bank: not found", 0,
|
||||
},
|
||||
{
|
||||
"can register and run migration handler for x/bank",
|
||||
"can register 1->2 migration handler for x/bank, cannot run migration",
|
||||
"bank", 1,
|
||||
false, "", true, "no migration found for module bank from version 2 to version 3: not found", 0,
|
||||
},
|
||||
{
|
||||
"can register 2->3 migration handler for x/bank, can run migration",
|
||||
"bank", 2,
|
||||
false, "", false, "", 1,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user