Apply suggestions from code review of branch fast-stack

Co-authored-by: Beth Probert <beth_probert@outlook.com>
This commit is contained in:
Julian Stirling 2025-06-27 10:41:53 +00:00
parent 73e54b802b
commit fc6c13f40e
5 changed files with 16 additions and 14 deletions

View file

@ -215,9 +215,9 @@ def test_capture_filename_matches_regex():
@given(st.integers(min_value=0, max_value=5000))
def test_retriaval_of_captures(start):
def test_retrieval_of_captures(start):
"""
For 20 random captures each chan be retried correctly
For 20 random captures, check each can be retrieved correctly by id
"""
captures = [random_capture(start + i) for i in range(20)]