1 parent cf28285 commit 3092665Copy full SHA for 3092665
2 files changed
tests/benchmarks/test_benchmark_latency.py
@@ -25,4 +25,4 @@ def test_benchmark_latency(tmp_path):
25
26
data = json.loads(output_json.read_text())
27
assert data.get("avg_latency", 0) > 0
28
- assert data.get("latencies")
+ assert data.get("latencies")
tests/run.py
@@ -367,7 +367,6 @@ def _discover_benchmark_tests(self) -> list[TestCase]:
367
368
return cases
369
370
-
371
# --- Test execution ------------------------------------------------------
372
373
def _run_single(self, tc: TestCase) -> TestResult:
0 commit comments