Skip to content

Commit

Permalink
Code pointer added
Browse files Browse the repository at this point in the history
  • Loading branch information
gagandeepp committed Oct 28, 2020
1 parent 968f901 commit dcad93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vonage.Test.Unit/VoiceClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ public void CreateCallWithEndpointAndNcco()
Task<CallResponse> response;
var toEndpoint = new PhoneEndpoint() { Number = "14155550100" };
response = client.VoiceClient.CreateCallAsync(
toEndpoint.ToString(), "14155550100", new Voice.Nccos.Ncco(new Voice.Nccos.TalkAction { Text = "Hello World" }));
toEndpoint, "14155550100", new Voice.Nccos.Ncco(new Voice.Nccos.TalkAction { Text = "Hello World" }));


Assert.Equal("63f61863-4a51-4f6b-86e1-46edebcf9356", response.GetAwaiter().GetResult().Uuid);
Expand Down

0 comments on commit dcad93e

Please sign in to comment.