Skip to content

Commit 3761df1

Browse files
committed
Account for new data item
1 parent 9874ae1 commit 3761df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_mkmodbase_example(self):
6666
# can read it
6767
with open(os.path.join(tmpdir, 'output.cif')) as fh:
6868
contents = fh.readlines()
69-
self.assertEqual(len(contents), 450)
69+
self.assertEqual(len(contents), 451)
7070
with open(os.path.join(tmpdir, 'output.cif')) as fh:
7171
s, = modelcif.reader.read(fh)
7272

0 commit comments

Comments
 (0)