We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6586c11 commit e9b1fc4Copy full SHA for e9b1fc4
1 file changed
test/integration/text_to_speech.test.js
@@ -45,7 +45,6 @@ describe('text_to_speech_integration', function() {
45
});
46
47
synthStream.on('close', function(code, reason) {
48
- expect(code).toBe(1000);
49
done();
50
51
0 commit comments