Skip to content

Commit

Permalink
Adjusted test to the reality, we don't do any replacements anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Felicitus committed May 3, 2013
1 parent 776fb14 commit 5be4923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Auth/UserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function testBasics () {

$user->setUsername("Timo A. Hummel");

$this->assertEquals($user->getUsername(), "timo_a_hummel");
$this->assertEquals($user->getUsername(), "Timo A. Hummel");

$user->setPassword("foobar");
$hashedPassword = "3858f62230ac3c915f300c664312c63f";
Expand Down

0 comments on commit 5be4923

Please sign in to comment.