Unverified Commit 95104409 authored by Marius van den Beek's avatar Marius van den Beek Committed by davelopez
Browse files

Drop stray print statement

parent 367081ff
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -439,7 +439,6 @@ def test_import_export_library(tmp_path):
def test_import_export_invocation():
    app = _mock_app()
    workflow_invocation = _setup_invocation(app)
    print(workflow_invocation)
    temp_directory = mkdtemp()
    with store.DirectoryModelExportStore(temp_directory, app=app) as export_store:
        export_store.export_workflow_invocation(workflow_invocation)