CC-4905: Unit tests for Pypo
-whitespace removal
This commit is contained in:
parent
0795ac3d96
commit
f145ede01b
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue