Skip to content

Commit 88fc184

Browse files
committed
refactor(consume): rename simulator path to enginex
1 parent 664e5f5 commit 88fc184

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