fix(display): tests
This commit is contained in:
parent
7a1a3115d8
commit
cc462eb444
1 changed files with 2 additions and 0 deletions
|
|
@ -398,6 +398,7 @@ impl page::Page<crate::pages::Message> for Page {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
make: None,
|
make: None,
|
||||||
model: "Test 1".into(),
|
model: "Test 1".into(),
|
||||||
|
serial_number: "Serial 1".into(),
|
||||||
mirroring: None,
|
mirroring: None,
|
||||||
physical: (1, 1),
|
physical: (1, 1),
|
||||||
position: (0, 0),
|
position: (0, 0),
|
||||||
|
|
@ -415,6 +416,7 @@ impl page::Page<crate::pages::Message> for Page {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
make: None,
|
make: None,
|
||||||
model: "Test 1".into(),
|
model: "Test 1".into(),
|
||||||
|
serial_number: "Serial 2".into(),
|
||||||
mirroring: None,
|
mirroring: None,
|
||||||
physical: (1, 1),
|
physical: (1, 1),
|
||||||
position: (1920, 0),
|
position: (1920, 0),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue