add unittests for testcase and refactor testcase related implementation
[releng.git] / utils / test / result_collection_api / tests / unit / fake_pymongo.py
index a6d91ae..1521bfa 100644 (file)
@@ -128,5 +128,5 @@ class MemDb(object):
 
 pods = MemDb()
 projects = MemDb()
-test_cases = MemDb()
+testcases = MemDb()
 test_results = MemDb()