Fix broken tests
This commit is contained in:
parent
7b8bcbd5c0
commit
d1ac624c7f
tests
|
@ -277,7 +277,7 @@ class TestShell(TestCase):
|
||||||
|
|
||||||
class TestTmux(TestCase):
|
class TestTmux(TestCase):
|
||||||
def test_attached_clients(self):
|
def test_attached_clients(self):
|
||||||
def get_tmux_output(cmd, *args):
|
def get_tmux_output(pl, cmd, *args):
|
||||||
if cmd == 'list-panes':
|
if cmd == 'list-panes':
|
||||||
return 'session_name\n'
|
return 'session_name\n'
|
||||||
elif cmd == 'list-clients':
|
elif cmd == 'list-clients':
|
||||||
|
|
Loading…
Reference in New Issue