Skip to content

Commit

Permalink
Fix path for script dir in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanmartim committed Nov 18, 2024
1 parent 07e1442 commit 46ff0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/maintel/tma/test_move_p2p_diamond.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ async def test_run_block(self):

async def test_executable(self):
scripts_dir = externalscripts.get_scripts_dir()
script_path = scripts_dir / "maintel" / "move_p2p_diamond.py"
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 46ff0c6

Please sign in to comment.