Co-authored-by: raulk <raul@protocol.ai>
This commit is contained in:
vyzo 2022-05-16 21:38:43 +03:00 committed by GitHub
parent 221e7952ab
commit 5eccdaaab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ func LoadBuiltinActorsTesting(lc fx.Lifecycle, mctx helpers.MetricsCtx, bs dtype
for av, bd := range build.BuiltinActorReleases {
if bd.Path != "" {
// we need the appopriate bundle for tests; it should live next to the main bundle, with the
// we need the appropriate bundle for tests; it should live next to the main bundle, with the
// appropriate network name
path := filepath.Join(filepath.Dir(bd.Path), fmt.Sprintf("builtin-actors-%s.car", netw))
if _, err := bundle.LoadBundle(ctx, bs, path, av); err != nil {