Skip to content

Commit 4c4e3db

Browse files
author
rseaman
committed
Fixed a test for python 3.x
1 parent 28a49f1 commit 4c4e3db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_arctic.py

+1
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ def test_get_quota():
163163
def test_check_quota_Zero():
164164
self = create_autospec(ArcticLibraryBinding)
165165
self.get_library_metadata.return_value = 0
166+
self.quota_countdown = 0
166167
ArcticLibraryBinding.check_quota(self)
167168

168169

0 commit comments

Comments
 (0)