Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Sep 4, 2023
1 parent ffaa1ad commit b85dd6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/ploneorg/tests/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_latest_version(self):
"""Test latest version of default profile."""
self.assertEqual(
self.setup.getLastVersionForProfile("ploneorg:default")[0],
"20230530001",
"20230904001",
)


Expand Down
1 change: 1 addition & 0 deletions backend/src/ploneorg/tests/test_upgrades.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def available_steps(self, src, dst) -> list:
("20221212003", "20230412001", 1),
("20230412001", "20230528001", 1),
("20230528001", "20230530001", 1),
("20230530001", "20230904001", 1),
]
)
Expand Down

0 comments on commit b85dd6e

Please sign in to comment.