Skip to content

Commit ddd07e4

Browse files
committed
🩹 update the test path in the testgen script
1 parent 75c1b9e commit ddd07e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tool/testgen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
###
2626

2727
ROOT_DIR: Final = Path(__file__).parent.parent
28-
TARGET_DIR: Final = ROOT_DIR / "test" / "generated"
28+
TARGET_DIR: Final = ROOT_DIR / "src" / "numpy-stubs" / "@test" / "generated"
2929

3030
TAB: Final = " " * 4
3131
BR: Final = "\n"

0 commit comments

Comments
 (0)