Skip to content

Commit a808f5f

Browse files
Update BxmlTest.java
1 parent 6a46be2 commit a808f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/bandwidth/BxmlTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ public void testStopStream() {
481481
.add(stopStream)
482482
.toBXML();
483483

484-
String expected = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><StopRecording name=\"test\"/></Response>";
484+
String expected = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><Response><StopStream name=\"test\"/></Response>";
485485

486486
assertEquals("BXML strings not equal", expected, response);
487487
}

0 commit comments

Comments
 (0)