Skip to content

Commit

Permalink
Call done on the mock
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleBlueSub committed Apr 5, 2024
1 parent 45ca85c commit 79a245b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,5 +307,7 @@ mod tests {
assert_eq!(x, 0x2304);
assert_eq!(y, 0x2405);
assert_eq!(z, 0x2506);

sensor.i2c.done();
}
}

0 comments on commit 79a245b

Please sign in to comment.