Skip to content

Commit

Permalink
Removed extra print.
Browse files Browse the repository at this point in the history
  • Loading branch information
UncSald committed Dec 9, 2024
1 parent 53f9993 commit 7f7f704
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tests/test_references.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ def test_bibtex_converter(self):
year = 1999
}"""

print(expected)
self.assertEqual(result.strip(), expected.strip())

0 comments on commit 7f7f704

Please sign in to comment.