Skip to content

Commit

Permalink
Fix test plugin tests on sdk.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-wh committed Oct 22, 2024
1 parent e3384fe commit e7d36cf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions wooting-analog-sdk/src/sdk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,6 @@ mod tests {
pub manufacturer_name: [u8; 20],
/// Device name
pub device_name: [u8; 20],
/// Unique device ID, which should be generated using `generate_device_id`
pub device_id: u64,

pub device_type: DeviceType,

Expand Down Expand Up @@ -676,7 +674,7 @@ mod tests {
let mut shared_state = get_wlock(&mut shmem);
shared_state.analog_values[analog_key] = analog_val;
shared_state.device_connected = true;
shared_state.device_id
1
};

wait_for_connected(&got_connected, 5, true);
Expand Down

0 comments on commit e7d36cf

Please sign in to comment.