From b7275198e10a4e828c529cb788cbac7c1848bfc1 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 19 Oct 2018 10:14:36 +0200 Subject: [PATCH] remove another dublicate test case --- src/drawing.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/drawing.rs b/src/drawing.rs index d4278b1..a77dc29 100644 --- a/src/drawing.rs +++ b/src/drawing.rs @@ -133,12 +133,6 @@ mod tests { use embedded_graphics::coord::Coord; use embedded_graphics::primitives::Line; - #[test] - fn from_u8() { - assert_eq!(Color::Black, Color::from(0u8)); - assert_eq!(Color::White, Color::from(1u8)); - } - #[test] fn rotation_overflow() { use epd4in2::constants::{WIDTH, HEIGHT}; @@ -165,8 +159,6 @@ mod tests { } } - - // test buffer length #[test] fn graphics_4in2_size() {