rdp: fix cargo test

This commit is contained in:
Marc-André Lureau 2024-08-28 13:43:16 +04:00
parent 30184f9e6f
commit d328389ef7

View File

@ -276,6 +276,7 @@ mod tests {
Bitmap(BitmapUpdate {
top: 0,
left: 0,
stride: 0,
width: NonZero::new(1024).unwrap(),
height: NonZero::new(768).unwrap(),
format: PixelFormat::ABgr32,
@ -318,6 +319,7 @@ mod tests {
Bitmap(BitmapUpdate {
top: 0,
left: 0,
stride: 0,
width: NonZero::new(1024).unwrap(),
height: NonZero::new(768).unwrap(),
format: PixelFormat::ABgr32,
@ -327,6 +329,7 @@ mod tests {
Bitmap(BitmapUpdate {
top: 0,
left: 0,
stride: 0,
width: NonZero::new(1024).unwrap(),
height: NonZero::new(768).unwrap(),
format: PixelFormat::ABgr32,