Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
VirajP1002 committed Jul 31, 2024
1 parent 4e0bf3b commit eb7fef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_benchmark_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_pdf_percentile(benchmark_stats_pdf):


def test_non_applicable_pdf_percentile(benchmark_stats):
assert benchmark_stats.pdf_percentile == None
assert benchmark_stats.pdf_percentile is None


def test_session_percentile(benchmark_stats_pdf):
Expand Down

0 comments on commit eb7fef9

Please sign in to comment.