Skip to content

Commit

Permalink
Update version test
Browse files Browse the repository at this point in the history
  • Loading branch information
ze-pequeno committed Feb 3, 2014
1 parent fbfd559 commit 818770c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PequenoSpotifyModuleTest/VersionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ class VersionTest extends TestCase

public function testWillRetriveVersionNumber()
{
$this->assertEquals('1.0.5dev', \PequenoSpotifyModule\Version::getVersion());
$this->assertEquals('1.0.5', \PequenoSpotifyModule\Version::getVersion());
}
}

0 comments on commit 818770c

Please sign in to comment.