Commit 67e7af3
Remove unnecessary type conversion in generateTest
Resolves #170
The variable `src` is already of type `models.Path`, so the type
conversion `models.Path(src)` is redundant. This simplifies the code
without changing behavior.
Thanks to @fengxuway for the contribution!
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5252e0b commit 67e7af3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments