Commit d1946f0
committed
test(optimize): drop stale newline from expected logger.info call
handle-optimize.mts:80 calls logger.info('Optimizing packages for ${agent} v${agentVersion}.')
with no trailing newline. The test was asserting the same string plus
'\n'. Mock receives exactly what the source passes; drop the '\n'.
Surfaced by the post-rename test sweep — unrelated to the rename work
itself.1 parent daa3e88 commit d1946f0
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
0 commit comments