Skip to content

Commit 0311c80

Browse files
committed
fix empty test function
1 parent 83fe634 commit 0311c80

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/output/test_pyproject_writer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,5 @@ def test_from_to_person(person):
8080

8181

8282
def test_person_merge_poetry(pyproject_poetry_file, person: Person):
83-
#TODO: package.json is a good example
83+
# TODO: package.json is a good example
84+
pass

0 commit comments

Comments
 (0)