Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit ebb94ff

Browse files
committed
Fix tests, bump version
1 parent df1d163 commit ebb94ff

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

runregistry/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# To update:
44
# pip install wheel && pip install twine && python setup.py bdist_wheel && twine upload --skip-existing dist/*
5-
__version__ = "1.2.1"
5+
__version__ = "1.3.1"

tests/test_advanced_rr_operations.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ def test_make_significant_runs(setup_runregistry):
4141

4242

4343
def test_reset_RR_attributes_and_refresh_runs_signed_off(setup_runregistry):
44-
answers = runregistry.reset_RR_attributes_and_refresh_runs(runs=362761)
44+
answers = runregistry.reset_RR_attributes_and_refresh_runs(runs=383843)
45+
print(answers[0].text)
4546
# Cannot refresh runs which are not open
4647
assert all(
4748
[
@@ -66,7 +67,7 @@ def test_reset_RR_attributes_and_refresh_runs_open(setup_runregistry):
6667

6768

6869
def test_manually_refresh_components_statuses_for_runs_signed_off(setup_runregistry):
69-
answers = runregistry.manually_refresh_components_statuses_for_runs(runs=362761)
70+
answers = runregistry.manually_refresh_components_statuses_for_runs(runs=383843)
7071
# Cannot refresh runs which are not open
7172
assert all(
7273
[

0 commit comments

Comments
 (0)