Skip to content

Commit

Permalink
Remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed Aug 29, 2024
1 parent 706faba commit 3cf6fce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit/test_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,6 @@ def test_marshal_plate_not_owner(self, mock_conn, owner_permissions):
}

marshaled = _marshal_plate(mock_conn, row)
print(marshaled)
print(expected)
assert marshaled == expected

# Add a lot of tests

0 comments on commit 3cf6fce

Please sign in to comment.