From 4667ceca3fd79c34821a0668deee620aa75def1f Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Sun, 31 Dec 2017 16:43:44 +0100
Subject: [PATCH] fix broken unit test

---
 modules/io/tests/test_io_mmcif.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/io/tests/test_io_mmcif.py b/modules/io/tests/test_io_mmcif.py
index 25cadebe6..c7cb807bc 100644
--- a/modules/io/tests/test_io_mmcif.py
+++ b/modules/io/tests/test_io_mmcif.py
@@ -150,7 +150,7 @@ class TestMMCifInfo(unittest.TestCase):
                       [mol.ResNum(1), mol.ResNum(2), mol.ResNum(3), mol.ResNum(4)])
 
   def test_mmcifinfo_biounit_pdbize(self):
-    ent, seqres, info = io.LoadMMCIF("testfiles/mmcif/3T6C.cif",
+    ent, seqres, info = io.LoadMMCIF("testfiles/mmcif/3T6C.cif.gz",
                                      seqres=True,
                                      info=True)
     pdb_ent = info.GetBioUnits()[0].PDBize(ent)
-- 
GitLab