Skip to content

Commit e308b78

Browse files
committed
refactor(consume): rename simulator path to enginex
1 parent f373b65 commit e308b78

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
@@ -107,7 +107,7 @@ def process_args(self, args: List[str]) -> List[str]:
107107
if self.command_name == "engine":
108108
modified_args.extend(["-p", "pytest_plugins.consume.simulators.engine.conftest"])
109109
elif self.command_name == "enginex":
110-
modified_args.extend(["-p", "pytest_plugins.consume.simulators.engine_reorg.conftest"])
110+
modified_args.extend(["-p", "pytest_plugins.consume.simulators.enginex.conftest"])
111111
elif self.command_name == "rlp":
112112
modified_args.extend(["-p", "pytest_plugins.consume.simulators.rlp.conftest"])
113113
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)