From 72097bc7028bd6a65e56dceb477e1f32dac7bb5a Mon Sep 17 00:00:00 2001 From: Volodymyr Patuta <6977238-fiplox@users.noreply.gitlab.com> Date: Sun, 8 Nov 2020 20:37:21 +0100 Subject: [PATCH] removed tests --- src/robot.rs | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/robot.rs b/src/robot.rs index d8c37e2..33d787d 100644 --- a/src/robot.rs +++ b/src/robot.rs @@ -215,19 +215,6 @@ mod tests { assert_eq!(r.p.y, 3); } - #[test] - fn is_instructions_test() { - let s = "FFLRLRF"; - assert!(is_instructions(&s)); - } - - #[test] - #[should_panic] - fn is_instructions_test_fail() { - let s = "SZDASWQ"; - assert!(is_instructions(&s)); - } - #[test] fn test_piouf() { let mut r: Robot = Robot::new(