Skip to content

Commit

Permalink
Fixed broken firmware_protocol test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Jan 17, 2023
1 parent 5280632 commit 133de3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions networking/firmware_protocol/src/serverbound.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,9 +258,9 @@ mod tests {
sensor_id: 40,
data_type: SensorDataType::Normal,
quat: SlimeQuaternion {
i: f32::from_be_bytes([00, 01, 02, 03]),
j: f32::from_be_bytes([10, 11, 12, 13]),
k: f32::from_be_bytes([20, 21, 22, 23]),
x: f32::from_be_bytes([00, 01, 02, 03]),
y: f32::from_be_bytes([10, 11, 12, 13]),
z: f32::from_be_bytes([20, 21, 22, 23]),
w: f32::from_be_bytes([30, 31, 32, 33]),
},
calibration_info: 127,
Expand Down

0 comments on commit 133de3c

Please sign in to comment.