Skip to content

Commit

Permalink
Tweaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshanuikabundi committed Jan 9, 2025
1 parent 66a4110 commit 06492e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openff/pablo/_tests/test_pdb_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@

@pytest.mark.parametrize("pdbfile", ["data/5ap1_prepared.pdb"])
def test_can_load_pdb_file_as_data(pdbfile: str):
PdbData.from_file(resource_filename(__name__, pdbfile))
data = PdbData.from_file(resource_filename(__name__, pdbfile))
assert len(data.name) == 53520

0 comments on commit 06492e9

Please sign in to comment.