Skip to content

Commit a04c648

Browse files
committed
erroneous space in test string
1 parent cd6357f commit a04c648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bandwidth.StandardTests/Voice/Bxml/StreamTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class StreamTests
99
[Fact]
1010
public void StartStreamBxmlVerbTest()
1111
{
12-
var expected = "<?xml version=\"1.0\" encoding=\"utf-8\"?><Response> <StartStream destination=\"https://www.test.com/stream\" name=\"test_stream\" tracks =\"inbound\" streamEventUrl=\"https://www.test.com/event\" streamEventMethod=\"POST\" username=\"username\" password=\"password\" /></Response>";
12+
var expected = "<?xml version=\"1.0\" encoding=\"utf-8\"?><Response> <StartStream destination=\"https://www.test.com/stream\" name=\"test_stream\" tracks=\"inbound\" streamEventUrl=\"https://www.test.com/event\" streamEventMethod=\"POST\" username=\"username\" password=\"password\" /></Response>";
1313
var startStream = new StartStream();
1414
startStream.Destination = "https://www.test.com/stream";
1515
startStream.Name = "test_stream";

0 commit comments

Comments
 (0)