mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-10 07:58:22 -05:00
Run correct test (#13935)
This commit is contained in:
@@ -7,5 +7,5 @@ import (
|
||||
)
|
||||
|
||||
func TestMinimal_Altair_Operations_SyncCommittee(t *testing.T) {
|
||||
operations.RunProposerSlashingTest(t, "minimal")
|
||||
operations.RunSyncCommitteeTest(t, "minimal")
|
||||
}
|
||||
|
||||
@@ -7,5 +7,5 @@ import (
|
||||
)
|
||||
|
||||
func TestMinimal_Bellatrix_Operations_SyncCommittee(t *testing.T) {
|
||||
operations.RunProposerSlashingTest(t, "minimal")
|
||||
operations.RunSyncCommitteeTest(t, "minimal")
|
||||
}
|
||||
|
||||
@@ -7,5 +7,5 @@ import (
|
||||
)
|
||||
|
||||
func TestMinimal_Capella_Operations_SyncCommittee(t *testing.T) {
|
||||
operations.RunProposerSlashingTest(t, "minimal")
|
||||
operations.RunSyncCommitteeTest(t, "minimal")
|
||||
}
|
||||
|
||||
@@ -7,5 +7,5 @@ import (
|
||||
)
|
||||
|
||||
func TestMinimal_Deneb_Operations_SyncCommittee(t *testing.T) {
|
||||
operations.RunProposerSlashingTest(t, "minimal")
|
||||
operations.RunSyncCommitteeTest(t, "minimal")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user