mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
12 lines
265 B
Go
12 lines
265 B
Go
package epoch_processing
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"github.com/prysmaticlabs/prysm/testing/spectest/shared/altair/epoch_processing"
|
|
)
|
|
|
|
func TestMinimal_Altair_EpochProcessing_InactivityUpdates(t *testing.T) {
|
|
epoch_processing.RunInactivityUpdatesTest(t, "minimal")
|
|
}
|