Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenWuyifan committed Nov 21, 2023
1 parent a50ec0b commit d4f2d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class TestExportPipelineAsCode:

def test_write_pipeline_code_as_pyfile(self):
assert exists("pipeline_99_code.py") == False
write_pipeline_code_as_pyfile(self.pipeline_id, self.pipeline_obj)
write_pipeline_code_as_pyfile(self.pipeline_id, self.pipeline_obj, "REGRESSION")

assert exists("pipeline_99_code.py") == True
remove("pipeline_99_code.py")
Expand Down

0 comments on commit d4f2d42

Please sign in to comment.