Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
frandieguez committed Dec 29, 2019
1 parent 3c39f00 commit 14bf430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class FeatureContext implements SnippetAcceptingContext
*/
public function theUrl($url)
{
$this->videoService = new \Panorama\Video($this->url);
$this->videoService = new \Panorama\Video($url);
}

/**
Expand Down

0 comments on commit 14bf430

Please sign in to comment.