Skip to content

Commit 96c8507

Browse files
committed
Fixing tests
1 parent 0b12b92 commit 96c8507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biobb_io/test/unitests/test_mmb_api/test_ligand.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ def teardown_class(self):
1414
def test_ligand(self):
1515
ligand(properties=self.properties, **self.paths)
1616
assert fx.not_empty(self.paths['output_pdb_path'])
17-
assert fx.equal_txt(self.paths['output_pdb_path'], self.paths['reference_output_pdb_path'], percent_tolerance=50)
17+
assert fx.equal_txt(self.paths['output_pdb_path'], self.paths['reference_output_pdb_path'], percent_tolerance=10)

0 commit comments

Comments
 (0)