fix(display): tests

This commit is contained in:
Vukašin Vojinović 2025-12-12 01:08:07 +01:00 committed by Jacob Kauffmann
parent 7a1a3115d8
commit cc462eb444

View file

@ -398,6 +398,7 @@ impl page::Page<crate::pages::Message> for Page {
enabled: true,
make: None,
model: "Test 1".into(),
serial_number: "Serial 1".into(),
mirroring: None,
physical: (1, 1),
position: (0, 0),
@ -415,6 +416,7 @@ impl page::Page<crate::pages::Message> for Page {
enabled: true,
make: None,
model: "Test 1".into(),
serial_number: "Serial 2".into(),
mirroring: None,
physical: (1, 1),
position: (1920, 0),