Fix test_utils macro definition
It needed to be defined before it was used in an module.
This commit is contained in:
parent
9e7d495dca
commit
3dfdfc95ac
@ -2,6 +2,7 @@
|
||||
|
||||
#[macro_use]
|
||||
pub mod test_utils;
|
||||
|
||||
pub mod attestation;
|
||||
pub mod attestation_data;
|
||||
pub mod attestation_data_and_custody_bit;
|
||||
@ -24,7 +25,6 @@ pub mod proposer_slashing;
|
||||
pub mod readers;
|
||||
pub mod shard_reassignment_record;
|
||||
pub mod slashable_attestation;
|
||||
pub mod test_utils;
|
||||
pub mod transfer;
|
||||
pub mod voluntary_exit;
|
||||
#[macro_use]
|
||||
|
Loading…
Reference in New Issue
Block a user