[EASY] fix max-category-items (#813)

* fix max-category-items

* match default for max category items

fe had 1000, be had 100
This commit is contained in:
Charlotte Weaver
2019-06-13 15:45:43 -07:00
committed by GitHub
parent 334b8bb8da
commit d5deb1579f
3 changed files with 3 additions and 5 deletions
-2
View File
@@ -78,8 +78,6 @@ class EngineTest(unittest.TestCase):
def test_schema(self):
with open(path.join(path.dirname(__file__), "schema.json")) as fh:
schema = json.load(fh)
print(schema)
print(self.data.schema)
self.assertEqual(self.data.schema, schema)
def test_schema_produces_error(self):