Skip to content

Commit

Permalink
Update to match new audit record
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jan 6, 2024
1 parent 2ee6db3 commit 1118821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_dumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def test_audit_conform_dumper(self):
lines = sorted(out.split('\n'))
self.assertEqual(lines[1].split()[0], "_audit_conform.dict_location")
self.assertEqual(lines[2].rstrip('\r\n'),
"_audit_conform.dict_name ihm-extension.dic")
"_audit_conform.dict_name mmcif_ihm.dic")
self.assertEqual(lines[3].split()[0], "_audit_conform.dict_version")

def test_struct_dumper(self):
Expand Down

0 comments on commit 1118821

Please sign in to comment.