There was an error while loading. Please reload this page.
1 parent b6ce05c commit 4938784Copy full SHA for 4938784
1 file changed
tests/general_classes_test.py
@@ -51,7 +51,7 @@
51
def test_workflowoutput_init(inputs, exception, want):
52
with exception:
53
got = WorkflowOutput(inputs[0], inputs[1], inputs[2])
54
- assert got.workflow_id() == want[0]
+ assert got.workflow_id == want[0]
55
assert got.sample_exists(want[1])
56
57
0 commit comments