Skip to content
Snippets Groups Projects
Commit 0ec4232c authored by Michael Youngstrom's avatar Michael Youngstrom
Browse files

Ensure we are starting at 0 when counting mongo queries

parent 31893755
No related branches found
No related tags found
No related merge requests found
......@@ -111,6 +111,7 @@ class TestNotifyCredentials(TestCase):
@override_settings(DEBUG=True)
def test_page_size(self):
reset_queries()
call_command(Command(), '--start-date', '2017-01-01')
baseline = len(connection.queries)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment