Skip to content

Commit

Permalink
Fix test TestSigning::test_get_vk_pem
Browse files Browse the repository at this point in the history
  • Loading branch information
StarGate01 committed May 13, 2024
1 parent 1361059 commit f42cee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nordicsemi/dfu/tests/test_signing.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ def test_get_vk_pem(self):

vk_pem = signing.get_vk_pem().decode("ascii")

self.assertEqual(expected_vk_pem, vk_pem)
self.assertEqual(expected_vk_pem.replace('\n', ''), vk_pem.replace('\n', ''))

0 comments on commit f42cee3

Please sign in to comment.