Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBuira committed Nov 29, 2024
1 parent f0bd794 commit e1c0b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mergin/test/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2010,15 +2010,15 @@ def test_project_versions_list(mc):
assert versions[0]["name"] == "v2"
assert versions[-1]["name"] == "v4"



versions_count = mc.project_versions_count(project)
assert versions_count == 5

versions = mc.project_versions_page(project, page=1, descending=True)
assert len(versions) == 5
assert versions[0]["name"] == "v5"
assert versions[-1]["name"] == "v1"


def test_report(mc):
test_project = "test_report"
project = API_USER + "/" + test_project
Expand Down

0 comments on commit e1c0b2b

Please # to comment.