mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
remove uncommented line
This commit is contained in:
@@ -319,7 +319,6 @@ async def test_smp_debug_mode():
|
|||||||
config = DeviceConfiguration(smp_debug_mode=True)
|
config = DeviceConfiguration(smp_debug_mode=True)
|
||||||
device = Device(config=config)
|
device = Device(config=config)
|
||||||
|
|
||||||
# assert device.smp_manager.ecc_key.private_key == smp.SMP_DEBUG_KEY_PRIVATE
|
|
||||||
assert device.smp_manager.ecc_key.x == smp.SMP_DEBUG_KEY_PUBLIC_X
|
assert device.smp_manager.ecc_key.x == smp.SMP_DEBUG_KEY_PUBLIC_X
|
||||||
assert device.smp_manager.ecc_key.y == smp.SMP_DEBUG_KEY_PUBLIC_Y
|
assert device.smp_manager.ecc_key.y == smp.SMP_DEBUG_KEY_PUBLIC_Y
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user