sched: truthful executing marks in capacity test shortcuts; format wave files
This commit is contained in:
@@ -168,7 +168,9 @@ def test_history_pagination_over_resolved_utc(tmp_path: Path) -> None:
|
||||
assert "|" in str(page["next_cursor"])
|
||||
assert len(page["occurrences"]) == 2 # type: ignore[arg-type]
|
||||
second = store.list_occurrences(
|
||||
"a", cursor=page["next_cursor"], limit=2 # type: ignore[arg-type]
|
||||
"a",
|
||||
cursor=page["next_cursor"],
|
||||
limit=2, # type: ignore[arg-type]
|
||||
)
|
||||
assert second["next_cursor"] is None
|
||||
assert len(second["occurrences"]) == 1 # type: ignore[arg-type]
|
||||
|
||||
Reference in New Issue
Block a user