Skip to content

Commit

Permalink
Forgot to remove call.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jan 6, 2016
1 parent 5e04bc0 commit 1b708a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_benchmark/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def finish(self):
if prepared_benchmarks:
self.groups = self.config.hook.pytest_benchmark_group_stats(
config=self.config,
benchmarks=self.prepare_benchmarks(),
benchmarks=prepared_benchmarks,
group_by=self.group_by
)

Expand Down

0 comments on commit 1b708a0

Please sign in to comment.