Skip to content

Commit

Permalink
Correct assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Sep 8, 2015
1 parent e379825 commit 1060cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def test_pep418_timer(testdir):
result = testdir.runpytest('--benchmark-max-time=0.0000001', '--doctest-modules',
'--benchmark-timer=pep418.perf_counter', test)
result.stdout.fnmatch_lines([
" timer: *.process_time",
" timer: *.perf_counter",
])


Expand Down

0 comments on commit 1060cb0

Please sign in to comment.