Commit 2cc5081
Fix weighted soak test signature stripped by dotnet format
The iteration parameter was unused, so the dotnet format analyzer pass (IDE0060) removed it, causing xUnit to fail binding the [Repeat]-provided argument. Use the parameter so the test binds and runs the full workload.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 3a51330 commit 2cc5081
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
| 261 | + | |
| 262 | + | |
261 | 263 | | |
262 | 264 | | |
263 | 265 | | |
| |||
0 commit comments