Storage-backed Block Structures: Use correct bucket

TNL-6645
This commit is contained in:
Nimisha Asthagiri
2017-03-17 17:02:26 -04:00
parent bf08c6ed7c
commit 2b0ff8e3a3
5 changed files with 141 additions and 32 deletions

View File

@@ -165,5 +165,5 @@ class TestGetBlocksQueryCounts(SharedModuleStoreTestCase):
self._get_blocks(
course,
expected_mongo_queries,
expected_sql_queries=9 if with_storage_backing else 3,
expected_sql_queries=11 if with_storage_backing else 3,
)