Skip to content

Commit 70128ea

Browse files
Fixed test
1 parent 32b9cec commit 70128ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/BxmlTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -529,8 +529,8 @@ public function testStartTranscription() {
529529
}
530530

531531
public function testStopTranscription() {
532-
$stopStream = new BandwidthLib\Voice\Bxml\StopTranscription();
533-
$stopStream->name("test");
532+
$stopTranscription = new BandwidthLib\Voice\Bxml\StopTranscription();
533+
$stopTranscription->name("test");
534534

535535
$response = new BandwidthLib\Voice\Bxml\Response();
536536
$response->addVerb($stopTranscription);

0 commit comments

Comments
 (0)