parent
0795ac3d96
commit
f145ede01b
|
@ -10,7 +10,6 @@ telnet_lock = Lock()
|
|||
pp = PypoPush(pypoPush_q, telnet_lock)
|
||||
|
||||
def test_modify_cue_in():
|
||||
|
||||
link = pp.modify_first_link_cue_point([])
|
||||
assert len(link) == 0
|
||||
|
||||
|
@ -25,5 +24,3 @@ def test_modify_cue_in():
|
|||
link = pp.modify_first_link_cue_point(link)
|
||||
assert len(link) == 1
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue