Skip to content

Commit 3092665

Browse files
committed
Format benchmark smoke tests
1 parent cf28285 commit 3092665

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

tests/benchmarks/test_benchmark_latency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ def test_benchmark_latency(tmp_path):
2525

2626
data = json.loads(output_json.read_text())
2727
assert data.get("avg_latency", 0) > 0
28-
assert data.get("latencies")
28+
assert data.get("latencies")

tests/run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@ def _discover_benchmark_tests(self) -> list[TestCase]:
367367

368368
return cases
369369

370-
371370
# --- Test execution ------------------------------------------------------
372371

373372
def _run_single(self, tc: TestCase) -> TestResult:

0 commit comments

Comments
 (0)