mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 22:34:45 +00:00
Test runners for basic progressive containers and bitlists
This commit is contained in:
@@ -736,6 +736,8 @@ fn ssz_generic() {
|
||||
#[test]
|
||||
fn ssz_generic_progressive() {
|
||||
SszGenericHandler::<BasicProgressiveList>::default().run();
|
||||
SszGenericHandler::<ProgressiveBitlist>::default().run();
|
||||
SszGenericHandler::<ProgressiveContainers>::default().run();
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user