mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 13:24:44 +00:00
fix ef test compile
This commit is contained in:
@@ -101,8 +101,8 @@ fn operations_execution_layer_withdrawal_reqeusts() {
|
||||
#[test]
|
||||
#[cfg(not(feature = "fake_crypto"))]
|
||||
fn operations_deposit_receipts() {
|
||||
OperationsHandler::<MinimalEthSpec, DepositReceipt>::default().run();
|
||||
OperationsHandler::<MainnetEthSpec, DepositReceipt>::default().run();
|
||||
OperationsHandler::<MinimalEthSpec, DepositRequest>::default().run();
|
||||
OperationsHandler::<MainnetEthSpec, DepositRequest>::default().run();
|
||||
}
|
||||
|
||||
#[test]
|
||||
@@ -242,7 +242,7 @@ mod ssz_static {
|
||||
use types::blob_sidecar::BlobIdentifier;
|
||||
use types::historical_summary::HistoricalSummary;
|
||||
use types::{
|
||||
AttesterSlashingBase, AttesterSlashingElectra, Consolidation, DepositReceipt,
|
||||
AttesterSlashingBase, AttesterSlashingElectra, Consolidation, DepositRequest,
|
||||
ExecutionLayerWithdrawalRequest, LightClientBootstrapAltair, PendingBalanceDeposit,
|
||||
PendingPartialWithdrawal, *,
|
||||
};
|
||||
@@ -636,8 +636,8 @@ mod ssz_static {
|
||||
|
||||
#[test]
|
||||
fn deposit_receipt() {
|
||||
SszStaticHandler::<DepositReceipt, MinimalEthSpec>::electra_and_later().run();
|
||||
SszStaticHandler::<DepositReceipt, MainnetEthSpec>::electra_and_later().run();
|
||||
SszStaticHandler::<DepositRequest, MinimalEthSpec>::electra_and_later().run();
|
||||
SszStaticHandler::<DepositRequest, MainnetEthSpec>::electra_and_later().run();
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user