Skip to content

Commit

Permalink
Fix typos and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Sep 4, 2021
1 parent b29d3ac commit 16a1b10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unittest/test_pro_bootloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ def test_bootloader_password_change_pro_too_long(C):

@pytest.mark.skip_by_default
@pytest.mark.firmware
def test_bootloader_data_rention(C):
def test_bootloader_data_retention(C):
skip_if_device_version_lower_than({'P': 11})
# Not enabled due to lack of side-effect removal at this point

assert helper_populate_device(C)
assert C.NK_enable_firmware_update_pro(DefaultPasswords.UPDATE) == DeviceErrorCode.STATUS_DISCONNECTED
Expand Down

0 comments on commit 16a1b10

Please sign in to comment.