Skip to content

Commit

Permalink
Update client/verta/tests/unit_tests/pipeline/test_registered_pipelin…
Browse files Browse the repository at this point in the history
…e.py

Co-authored-by: Liu <[email protected]>
  • Loading branch information
ewagner-verta and liuverta authored Aug 22, 2023
1 parent ed63443 commit 6b6443f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_copy_graph(
)
copied_graph = pipeline.copy_graph()
assert copied_graph.steps == graph.steps # same steps
assert copied_graph != graph # different objects
assert copied_graph is not graph # different objects


@given(pipeline_definition=mock_pipeline_definition())
Expand Down

1 comment on commit 6b6443f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker Tag: VRD-894_pipelines_CRUD-2023-08-22T09-49-39--6b6443f

Please sign in to comment.