Skip to content

Commit 4938784

Browse files
committed
test: don't call property
1 parent b6ce05c commit 4938784

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/general_classes_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
def test_workflowoutput_init(inputs, exception, want):
5252
with exception:
5353
got = WorkflowOutput(inputs[0], inputs[1], inputs[2])
54-
assert got.workflow_id() == want[0]
54+
assert got.workflow_id == want[0]
5555
assert got.sample_exists(want[1])
5656

5757

0 commit comments

Comments
 (0)