lodestar icon indicating copy to clipboard operation
lodestar copied to clipboard

test: only skip ssz_static tests associated to missing type

Open nflaig opened this issue 1 year ago • 0 comments

Motivation

Motivation from https://github.com/ChainSafe/lodestar/pull/6776 to only skip ssz_static tests associated to missing type instead of all ssz_static tests.

Description

  • add separate it-statement to assert that type is defined
  • return instead of throwing an error if type is not defined

nflaig avatar May 16 '24 17:05 nflaig