Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Update tests/eth2/beacon/chains/test_chains.py
Browse files Browse the repository at this point in the history
Co-Authored-By: ChihChengLiang <[email protected]>
  • Loading branch information
hwwhww and ChihChengLiang authored Apr 18, 2019
1 parent 3fa905e commit af18ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/eth2/beacon/chains/test_chains.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
)
def test_chain_class_well_defined(chain_klass):
chain = chain_klass(None)
assert chain.sm_configuration is not ()
assert chain.sm_configuration is not () and chain.sm_configuration is not None

0 comments on commit af18ca9

Please sign in to comment.