Skip to content

Commit

Permalink
fix TestMultistoreLoadWithUpgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
王迪 committed Nov 30, 2020
1 parent cd2ea41 commit ecc5f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/rootmulti/store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ func TestMultistoreLoadWithUpgrade(t *testing.T) {
ci, err = getCommitInfo(db, 2)
require.NoError(t, err)
require.Equal(t, int64(2), ci.Version)
require.Equal(t, 4, len(ci.StoreInfos), ci.StoreInfos)
require.Equal(t, 5, len(ci.StoreInfos), ci.StoreInfos)
checkContains(t, ci.StoreInfos, []string{"store1", "restore2", "store3", "store4"})
}

Expand Down

0 comments on commit ecc5f47

Please sign in to comment.