Skip to content

Commit

Permalink
feat: Remove useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
uttarayan21 committed Feb 7, 2025
1 parent 43591a0 commit 0d7a287
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/ddc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,19 +185,6 @@ pub struct Backlight {
pub max: u16,
}

#[test]
fn test_input() {
let list = DisplayList::probe(true).unwrap();
for dinfo in list.iter() {
tracing::info!("Found display: {}", dinfo.model());
let display = dinfo.open().unwrap();
dbg!(dinfo);
dbg!(&display);
let input = display.input().unwrap();
dbg!(input);
}
}

#[derive(Debug, Copy, Clone, PartialEq, Eq)]
pub enum IOPath {
I2C(i32),
Expand Down

0 comments on commit 0d7a287

Please sign in to comment.