Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kongtiaowang committed Nov 21, 2024
1 parent ddcc668 commit fc5e041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unittests/PasswordTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function testWellFormedPassword(): void
// Test instantiation with the valid password and config
$password = new \Password(self::VALID_PASSWORD, $configMock);

$this->assertInstanceOf(\Password::class, $password, "Password object should be successfully instantiated.");
$this->assertInstanceOf(\Password::class, $password);
}
/**
* Ensures the toString function of Password returns a password hash
Expand Down

0 comments on commit fc5e041

Please sign in to comment.