Skip to content

Commit

Permalink
Fix indention in PasswordTest example
Browse files Browse the repository at this point in the history
  • Loading branch information
kbuffardi committed Apr 9, 2024
1 parent e16b55e commit acf6fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PasswordTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class PracticeTest : public ::testing::Test

TEST(PasswordTest, single_letter_password)
{
Password my_password;
Password my_password;
int actual = my_password.count_leading_characters("Z");
ASSERT_EQ(1, actual);
}

0 comments on commit acf6fb2

Please sign in to comment.