[test] Update test for asciinema.pty_

This commit is contained in:
Davis Schirmer
2021-11-01 00:22:09 -04:00
parent faa7675c8e
commit 3eae623092

View File

@@ -1,7 +1,7 @@
import os
import pty
import asciinema.pty
import asciinema.pty_
from .test_helper import Test
@@ -44,6 +44,6 @@ class TestRecord(Test):
"; sys.stdout.write('bar')"
),
]
asciinema.pty.record(command, output)
asciinema.pty_.record(command, output)
assert output.data == [b"foo", b"bar"]