Skip to content

Commit

Permalink
docs: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 11, 2024
1 parent 0f5fb84 commit 52d9aee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ape/pytest/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ def _isolation(self) -> Iterator[None]:
else:
yield

# NOTE: self._supports_snapshot may have gotten set to False
# during snapshot check.
if self._supports_snapshot and snapshot_id is not None:
self._restore(snapshot_id)

Expand Down

0 comments on commit 52d9aee

Please sign in to comment.