Skip to content

Commit

Permalink
hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Kehl committed Nov 14, 2024
1 parent 441b75d commit b708498
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/app/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ def test_populate_organization_agreement_details_from_file(
org_count = _get_organization_query_count()
assert org_count == 1

orgY = Organization.query.one()
print(f"ORG Y = {orgY.agreement_signed_on_behalf_of_name}")
orgX = db.session.execute(select(Organization)).scalar_one()
print(f"ORG X = {orgX.agreement_signed_on_behalf_of_name}")
org = _get_organization_query_one()
Expand Down

0 comments on commit b708498

Please sign in to comment.