diff options
Diffstat (limited to 'tests/test_collection.py')
-rw-r--r-- | tests/test_collection.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_collection.py b/tests/test_collection.py index 4aa0dfe..850ac27 100644 --- a/tests/test_collection.py +++ b/tests/test_collection.py @@ -298,7 +298,6 @@ class testComplexCollection(unittest.TestCase): def test_empty_data(self): entry = lesana.Entry(self.collection) - print(entry.yaml_data) self.assertIn("name: ''", entry.yaml_data) self.assertIn('with_default', entry.yaml_data) self.assertIn('amount: 0', entry.yaml_data) |