mirror of https://github.com/python/cpython
Adapt test output to changed error message.
This commit is contained in:
parent
59316671e3
commit
e9f922f497
|
@ -3,5 +3,5 @@ expected rate >= 0, not -1
|
||||||
expected sample size >= 0, not -2
|
expected sample size >= 0, not -2
|
||||||
nchannels must be 1 or 2, not 3
|
nchannels must be 1 or 2, not 3
|
||||||
unknown audio encoding: 177
|
unknown audio encoding: 177
|
||||||
sample size 16 expected for Little-endian 16-bit unsigned format: 8 received
|
sample size 16 expected for Little-endian 16-bit unsigned audio: 8 received
|
||||||
sample size 8 expected for Standard unsigned 8-bit audio: 16 received
|
sample size 8 expected for Standard unsigned 8-bit audio: 16 received
|
||||||
|
|
Loading…
Reference in New Issue