Skip to content

Commit

Permalink
Fix typo tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwebbie committed Jan 10, 2015
1 parent 8ba0c22 commit a9525f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ def test_cli_create_database_calls_prompt_password(self, _):
with patch("pysswords.cli.CLI.prompt") as mocked_prompt:
pysswords.cli.CLI.create_database("some path")
mocked_prompt.assert_called_once_with(
"Passphrase for database",
"Passphrase for database: ",
password=True
)

Expand Down

0 comments on commit a9525f3

Please sign in to comment.