Skip to content

Commit

Permalink
quickfix for accidentlly removed execute expression
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Nov 27, 2024
1 parent deb4ad7 commit 6e89d81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_workchains.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ def step2(self):
workchain = SimpleWorkChain()
workchain.add_process_listener(TestListener())

workchain.execute()

self.assertEqual(process_finished_count, 1)

workchain_checkpoint = persister.load_checkpoint(workchain.pid, 'step1').unbundle()
Expand Down

0 comments on commit 6e89d81

Please sign in to comment.