Skip to content

Commit

Permalink
Fix stub.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Oct 28, 2024
1 parent bbdf30f commit 00a2d08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ def __init__(self, name_format):
'cprofile': False,
}
self.cprofile_sort_by = 'cumtime'
self.cprofile_loops = 1
self.cprofile_top = 25
self.compare_fail = []
self.config = Namespace(
hook=Namespace(
Expand Down

0 comments on commit 00a2d08

Please sign in to comment.