Skip to content

Commit

Permalink
Update test_delete_query.py
Browse files Browse the repository at this point in the history
Minor updates in documentation
  • Loading branch information
rahul4732saini committed Jul 9, 2024
1 parent ad1fdcb commit 8f0ecdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_query/test_delete_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ def test_path_types(self, index: int, query: str) -> None:

@pytest.mark.parametrize(("index", "query"), query_conditions_test_params)
def test_query_conditions(self, index: int, query: str) -> None:
"""Tests delete query conditions."""
"""Tests file delete query conditions."""
examine_delete_query(query, f"/file/conditions/test{index}")

@pytest.mark.parametrize(("index", "query"), nested_conditions_test_params)
def test_nested_query_conditions(self, index: int, query: str) -> None:
"""Tests nested delete query conditions."""
"""Tests nested file delete query conditions."""
examine_delete_query(query, f"/file/nested_conditions/test{index}")

# The following test uses the same delete queries defined for basic query syntax test
Expand Down

0 comments on commit 8f0ecdd

Please sign in to comment.