Skip to content

Commit

Permalink
Fix white space
Browse files Browse the repository at this point in the history
  • Loading branch information
mpstenson committed Jul 2, 2024
1 parent 40fddff commit fc10576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Support/SupportStrTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,7 @@ public function testPasswordCreation()
$this->assertTrue(
Str::of(Str::password(letters: false, upperLetters: true))->contains(['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'])
);

$this->assertTrue(
Str::of(Str::password(letters: false, lowerLetters: true))->contains(['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'])
);
Expand Down

0 comments on commit fc10576

Please sign in to comment.