Skip to content

Commit

Permalink
fix name test broken by switch to module for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joezuntz committed Jan 20, 2021
1 parent 646731b commit 0c64414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class TestStage(PipelineStage):
config = {}

assert PipelineStage.get_stage("test") == TestStage
assert TestStage.get_module() == "test_stage"
assert TestStage.get_module().endswith("test_stage")

s = TestStage({"config": "tests/config.yml"})

Expand Down

0 comments on commit 0c64414

Please sign in to comment.