Skip to content

Commit b8168d4

Browse files
fix whitespace
1 parent a9671ea commit b8168d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/SmartThings/zigbee-lock/src/test/test_zigbee_lock_code_slga_migration.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ test.register_coroutine_test(
6868
-- Validate migration complete flag
6969
mock_datastore.__assert_device_store_contains(mock_device.id, "migrationComplete", true)
7070

71-
-- Set min/max code length attributes and validate `migrate` command functionality.
71+
-- Set min/max code length attributes and validate `migrate` command functionality.
7272
test.socket.zigbee:__queue_receive({ mock_device.id, DoorLock.attributes.MinPINCodeLength:build_test_attr_report(mock_device, 5) })
7373
test.socket.zigbee:__queue_receive({ mock_device.id, DoorLock.attributes.MaxPINCodeLength:build_test_attr_report(mock_device, 10) })
7474
test.socket.zigbee:__queue_receive({ mock_device.id, DoorLock.attributes.NumberOfPINUsersSupported:build_test_attr_report(mock_device, 4) })

0 commit comments

Comments
 (0)