Skip to content

Commit

Permalink
Trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundobatista committed Sep 1, 2024
1 parent bfae063 commit cac9b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_views_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def test_get_tree_happy_path(self):
assert response.json == {
"linkode_id": parent.linkode_id,
"timestamp": parent.timestamp.isoformat(),
"order": 1,
"order": 1,
"children": [
{
"linkode_id": child_1.linkode_id,
Expand Down

0 comments on commit cac9b41

Please sign in to comment.