Commit 443a4ae
committed
fix(tests): remove undefined TmuxArray reference
why: Test collection was failing with NameError due to undefined TmuxArray
what:
- Replace TmuxArray({...}) with plain dict literal
- Matches the pattern used by adjacent terminal-features fixture1 parent d013712 commit 443a4ae
1 file changed
Lines changed: 8 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
391 | 389 | | |
392 | 390 | | |
393 | 391 | | |
| |||
0 commit comments