Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 09c589e

Browse files
committed
Fix plugin version in test generation
1 parent 6ef7021 commit 09c589e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async def protoc(
4646
):
4747
path: Path = Path(path).resolve()
4848
output_dir: Path = Path(output_dir).resolve()
49-
python_out_option: str = "python_betterproto_out" if not reference else "python_out"
49+
python_out_option: str = "python_betterproto2_out" if not reference else "python_out"
5050

5151
if pydantic_dataclasses:
5252
plugin_path = Path("src/betterproto2_compiler/plugin/main.py")

0 commit comments

Comments
 (0)