Skip to content

Commit

Permalink
Test run
Browse files Browse the repository at this point in the history
  • Loading branch information
choang committed Jul 20, 2023
1 parent bb0472e commit 3c92ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def test_pdb_branched_entity_instance(self):
test = "test5"
expected_result = pdb_dict[test]["expected_result"]
result_to_test = pdb(**pdb_dict[test]["args"])

self.assertEqual(result_to_test, expected_result)

def test_pdb_nonpolymer_entity_instance(self):
Expand Down

0 comments on commit 3c92ae3

Please sign in to comment.