Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Nov 1, 2023
1 parent 6d8d571 commit 321e646
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ def run(self):
class AbstractStage(PipelineStage):
name="AbstractStage"
config_options = None
inputs = []
outputs = []

abstract_stage = AbstractStage.make_stage()
abstract_stage.describe_configuration()
Expand Down

0 comments on commit 321e646

Please sign in to comment.