Skip to content

Commit

Permalink
FIX: Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Sep 20, 2024
1 parent 6099933 commit a3679db
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ def map_methods_to_atom_indices(caplog: pytest.LogCaptureFixture) -> dict[str, l
# skip logged warnings from upstreams/other packages
if record.name.startswith("openff.interchange"):
assert record.levelname == "INFO", "Only INFO logs are expected."
else:
continue

message = record.msg

Expand Down

0 comments on commit a3679db

Please sign in to comment.