Skip to content

Commit

Permalink
Update FunctionalTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsecas72 committed Mar 21, 2016
1 parent f8404ff commit 96be76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/FunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function test_Get_Will_Download_a_File()
is_file($this->seleniumJarLocation) ? unlink($this->seleniumJarLocation) : '';
$output = $this->exeGetCmd();
$this->assertFileExists($this->seleniumJarLocation);
$this->assertEquals('deb2a8d4f6b5da90fd38d1915459ced2e53eb201', sha1_file($this->seleniumJarLocation));
$this->assertEquals('b5f5a9c1589672dcc29f8b145c47aadf4f9cfc59', sha1_file($this->seleniumJarLocation));
$this->assertContains('Done', $output);

$output = $this->exeGetCmd();
Expand Down

0 comments on commit 96be76c

Please sign in to comment.