Commit 858329d
committed
tests/legacy_api/test_server.py(refactor): Remove pre-3.2 version conditional
why: tmux >= 3.2a is now required, making the conditional always true
what:
- Remove has_gte_version("3.2") check in test_new_session_shell
- Remove unused has_gte_version import1 parent 07ba797 commit 858329d
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
130 | 129 | | |
131 | 130 | | |
132 | 131 | | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
| 132 | + | |
137 | 133 | | |
138 | 134 | | |
139 | 135 | | |
| |||
0 commit comments