Skip to content

Commit

Permalink
Fix empty test
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Mar 22, 2023
1 parent f478654 commit 11fb2fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpunit/Galette/Core/tests/units/Password.php
Expand Up @@ -288,7 +288,8 @@ function ($o) {
)
);

$pass = new \Galette\Core\Password($this->zdb, true);
$pass = new \Galette\Core\Password($this->zdb, false);
$this->assertFalse($pass->cleanExpired());
}

/**
Expand Down

0 comments on commit 11fb2fc

Please sign in to comment.