Skip to content

Commit

Permalink
Update conftest.py description
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjordan authored Oct 31, 2024
1 parent 5b79b7e commit 93b94b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_adjoint/conftest.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@


def pytest_runtest_teardown(item, nextitem):
"""Clear Thetis caches after running a test"""
"""Clear adjoint tape after running a test"""
from pyadjoint import get_working_tape

# clear the adjoint tape, so subsequent tests don't interfere
Expand Down

0 comments on commit 93b94b1

Please sign in to comment.