Skip to content

Commit 0d7a287

Browse files
committed
feat: Remove useless test
1 parent 43591a0 commit 0d7a287

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/ddc.rs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -185,19 +185,6 @@ pub struct Backlight {
185185
pub max: u16,
186186
}
187187

188-
#[test]
189-
fn test_input() {
190-
let list = DisplayList::probe(true).unwrap();
191-
for dinfo in list.iter() {
192-
tracing::info!("Found display: {}", dinfo.model());
193-
let display = dinfo.open().unwrap();
194-
dbg!(dinfo);
195-
dbg!(&display);
196-
let input = display.input().unwrap();
197-
dbg!(input);
198-
}
199-
}
200-
201188
#[derive(Debug, Copy, Clone, PartialEq, Eq)]
202189
pub enum IOPath {
203190
I2C(i32),

0 commit comments

Comments
 (0)