Fixing issues with rotation. (#603)

* Fixing issues with rotation.

* Fixing tests
This commit is contained in:
kevgliss
2016-12-14 17:30:13 -08:00
committed by GitHub
parent f7fdf7902d
commit d20c552248
4 changed files with 76 additions and 32 deletions

View File

@ -41,7 +41,7 @@ def test_get_certificate_primitives(certificate):
with freeze_time(datetime.date(year=2016, month=10, day=30)):
primitives = get_certificate_primitives(certificate)
assert len(primitives) == 15
assert len(primitives) == 16
def test_certificate_edit_schema(session):