Skip to content

Commit 334fa2d

Browse files
committed
misspelling of wav in integration tests
1 parent 7411bab commit 334fa2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IBM.WatsonDeveloperCloud.TextToSpeech.v1.IntegrationTests/TextToSpeechServiceIntegrationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public void Synthesize_Success()
9494
_Text = _synthesizeText
9595
};
9696

97-
var synthesizeResult = Synthesize(synthesizeText, "audio/wave");
97+
var synthesizeResult = Synthesize(synthesizeText, "audio/wav");
9898

9999
Assert.IsNotNull(synthesizeResult);
100100
}

0 commit comments

Comments
 (0)