Rename upgrade_to_altair.go to upgrade_to_bellatrix.go (#10926)

(cherry picked from commit c664e59a2e66a2e52814bdb59840ec3a205273e7)

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Radosław Kapka 2022-06-24 14:46:07 +02:00 committed by GitHub
parent 7faad27f5f
commit 4b009ed813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ go_library(
testonly = True,
srcs = [
"transition.go",
"upgrade_to_altair.go",
"upgrade_to_bellatrix.go",
],
importpath = "github.com/prysmaticlabs/prysm/testing/spectest/shared/bellatrix/fork",
visibility = ["//visibility:public"],