aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/examples/speech_recognition/tests/test_decoder.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyarmnn/examples/speech_recognition/tests/test_decoder.py')
-rw-r--r--python/pyarmnn/examples/speech_recognition/tests/test_decoder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyarmnn/examples/speech_recognition/tests/test_decoder.py b/python/pyarmnn/examples/speech_recognition/tests/test_decoder.py
index 3b99e6504a..1db71a47b8 100644
--- a/python/pyarmnn/examples/speech_recognition/tests/test_decoder.py
+++ b/python/pyarmnn/examples/speech_recognition/tests/test_decoder.py
@@ -25,4 +25,4 @@ def test_decoder(test_data_folder):
output_tensor = os.path.join(test_data_folder, "inf_out.npy")
encoded = np.load(output_tensor)
decoded_text = audio_utils.decode(encoded, labels)
- assert decoded_text == "and he walkd immediately out of the apartiment by anothe"
+ assert decoded_text == "and they walkd immediately out of the apartiment by anothe"