Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeubas committed Nov 20, 2023
1 parent c46448b commit 2109ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pages/test_settings_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def test_encryption_pbkdf2_setting(m5stickv, mocker, mocker_ucryptolib):
# continue with default value because it must be multiple of 10000
assert Settings().encryption.pbkdf2_iterations == 100000

# try to changhe the value to a multiple of 10000
# try to change the value to a multiple of 10000
settings_page.capture_from_keypad = mocker.MagicMock(return_value=110000)
settings_page.number_setting(
EncryptionSettings(), EncryptionSettings.pbkdf2_iterations
Expand Down

0 comments on commit 2109ac2

Please sign in to comment.