Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Dec 15, 2023
1 parent cb40734 commit a720ee4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/workchains/test_aimreorworkchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
def test_setup(generate_workchain_aimreor):
"""Test `AimReorWorkChain.setup`."""
process = generate_workchain_aimreor()
process.setup()

assert isinstance(process.ctx.inputs, AttributeDict)
assert isinstance(process.inputs, AttributeDict)

0 comments on commit a720ee4

Please sign in to comment.