feat(stf): change router service to extract the router at runtime rather than build time (#20724)

Co-authored-by: unknown unknown <unknown@unknown>
This commit is contained in:
testinginprod
2024-06-20 13:45:26 +00:00
committed by GitHub
co-authored by unknown unknown
parent 7b5d3e53fe
commit 11b8f1108c
8 changed files with 165 additions and 138 deletions
-1
View File
@@ -547,7 +547,6 @@ func TestMultiStore_Pruning(t *testing.T) {
_, err := ms.CacheMultiStoreWithVersion(v)
require.NoError(t, err, "expected no error when loading height: %d", v)
}
})
}
}