Skip to content

Commit

Permalink
Remove unnecessary debug message in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanmartim committed Nov 18, 2024
1 parent 46ff0c6 commit 2582a5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/maintel/tma/test_move_p2p_diamond.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,4 @@ async def test_run_block(self):
async def test_executable(self):
scripts_dir = externalscripts.get_scripts_dir()
script_path = scripts_dir / "maintel" / "tma" / "move_p2p_diamond.py"
self.log.debug(f"Checking for script in {script_path}")
await self.check_executable(script_path)

0 comments on commit 2582a5b

Please sign in to comment.