Skip to content

Commit

Permalink
removed print statement that was added
Browse files Browse the repository at this point in the history
  • Loading branch information
parthdpa committed Apr 23, 2021
1 parent e9b2b6c commit 1fc4506
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/test_nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
)
def test_iterparentnodeids(nodeid: str, expected: List[str]) -> None:
result = list(nodes.iterparentnodeids(nodeid))
print("RESULT", result)
assert result == expected


Expand Down

0 comments on commit 1fc4506

Please sign in to comment.