Skip to content

Commit

Permalink
Updating test.
Browse files Browse the repository at this point in the history
  • Loading branch information
olegsobolev committed Oct 7, 2024
1 parent 61e408d commit c0ed0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmtbx/regression/pdb_interpretation/tst_tardy_geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def exercise_01(prefix="tst_tardy_geo"):
f.write(model_1yjp)
cmd = "mmtbx.pdb_interpretation %s write_geo_files=True write_tardy_geo_files=True" % fname
assert not easy_run.call(cmd)
assert_lines_in_file(file_name="%s.pdb.geo" % prefix, lines="Bond restraints: 59")
assert_lines_in_file(file_name="%s.pdb.geo" % prefix, lines="Bond | covalent geometry | restraints: 59")
assert_lines_not_in_file(file_name="%s.pdb.tardy.geo" % prefix, lines="Bond restraints")

if(__name__ == "__main__"):
Expand Down

0 comments on commit c0ed0c4

Please sign in to comment.