Skip to content

Commit

Permalink
fixing test input
Browse files Browse the repository at this point in the history
  • Loading branch information
slorello89 committed Apr 16, 2020
1 parent 67b66df commit 8902e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nexmo.Api.Test.Unit/NccoTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public void TestStream()
[Fact]
public void TestInput()
{
var expectedJson = @"[{""timeOut"":""3"",""maxDigits"":""4"",""submitOnHash"":""true"",""eventUrl"":[""https://example.com/ivr""],""eventMethod"":""POST"",""action"":""input""}]";
var expectedJson = @"[{""timeOut"":""3"",""maxDigits"":4,""submitOnHash"":""true"",""eventUrl"":[""https://example.com/ivr""],""eventMethod"":""POST"",""action"":""input""}]";
var inputAction = new InputAction
{
TimeOut = "3",
Expand Down

0 comments on commit 8902e58

Please sign in to comment.