You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# it's okay to leave out username since it's optional
account: BankAccount {
account_number: "123456",
routing_number: 300211325,
balance: 3.50,
pin_digits: [1, 2, 3, 4]
}
}
Boolean has_account = defined(john.account)
}
I think instead of expecting test_struct.person, the right output is test_struct.john, as that output from the workflow is missing in the expected output json.
The text was updated successfully, but these errors were encountered:
The
test_struct.wdl
unit test has an expected output oftest_struct.person
, but the workflow itself does not have an output variable namedperson
:wdl/SPEC.md
Lines 1124 to 1136 in 9c0b9cf
I think instead of expecting
test_struct.person
, the right output istest_struct.john
, as that output from the workflow is missing in the expected output json.The text was updated successfully, but these errors were encountered: