Skip to content

Commit

Permalink
Add return
Browse files Browse the repository at this point in the history
  • Loading branch information
nivcertora committed Jan 9, 2025
1 parent e2d2eb8 commit 9ca87b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/quorum/tests/test_llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
def test_ipfs_validation_chain(load_ipfs_validation_chain_inputs):
if SKIP:
assert True
return None

ipfs_content, source_code = load_ipfs_validation_chain_inputs
chain = IPFSValidationChain()
Expand All @@ -31,6 +32,7 @@ def test_ipfs_validation_chain(load_ipfs_validation_chain_inputs):
def test_first_deposit_chain(first_deposit_chain_input, expected_first_deposit_results):
if SKIP:
assert True
return None

source_code = first_deposit_chain_input

Expand Down

0 comments on commit 9ca87b9

Please sign in to comment.