Skip to content

Commit 2398205

Browse files
committed
refactor: unify common strings
1 parent 975e312 commit 2398205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/internal-test/lib/hook_testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def _test_valid_branch(self):
169169
)
170170

171171
print("")
172-
self.log.info("Test file created:")
172+
self.log.info(f"Created test file: {test_file}")
173173
print("─────────────────────────")
174174
print(test_file.read_text())
175175
print("─────────────────────────")

0 commit comments

Comments
 (0)