Skip to content

Commit 3a9fc5b

Browse files
committed
refactor(consume): rename simulator path to enginex
1 parent 1b92926 commit 3a9fc5b

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

src/cli/pytest_commands/processors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def process_args(self, args: List[str]) -> List[str]:
110110
if self.command_name == "engine":
111111
modified_args.extend(["-p", "pytest_plugins.consume.simulators.engine.conftest"])
112112
elif self.command_name == "enginex":
113-
modified_args.extend(["-p", "pytest_plugins.consume.simulators.engine_reorg.conftest"])
113+
modified_args.extend(["-p", "pytest_plugins.consume.simulators.enginex.conftest"])
114114
elif self.command_name == "rlp":
115115
modified_args.extend(["-p", "pytest_plugins.consume.simulators.rlp.conftest"])
116116
else:

src/pytest_plugins/consume/hive_simulators_reorg/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)