Skip to content

Commit

Permalink
No longer test st.runs (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Jun 10, 2023
1 parent be591ff commit 40f75b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_basics.py
Expand Up @@ -57,10 +57,10 @@ def _extract_latest_comment(context,
st.extract_latest_comment()
assert st.runs is not None, "No registry build?"
assert 'comments' in st.runs.keys()
st.select_runs(available=test_for_target)
runs = st.select_runs(available=test_for_target)
if context == 'demo':
assert len(st.runs)
assert f'{test_for_target}_available' in st.runs.keys()
assert f'{test_for_target}_available' in runs.keys()

def test_extract_latest_comment_nt(self, **opt):
"""Run the test for nt (but only 2000 runs"""
Expand Down

0 comments on commit 40f75b1

Please sign in to comment.