From cf45d520e685353a22fe74fb1515c7627b0c4e69 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Sun, 4 Sep 2022 12:02:21 -0400 Subject: [PATCH] Fix failing test --- src/linter.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/linter.rs b/src/linter.rs index f834ec5f96..608e13fd3c 100644 --- a/src/linter.rs +++ b/src/linter.rs @@ -347,11 +347,6 @@ mod tests { location: Location::new(19, 1), filename: "./resources/test/fixtures/F707.py".to_string(), }, - Message { - kind: CheckKind::DefaultExceptNotLast, - location: Location::new(28, 1), - filename: "./resources/test/fixtures/F707.py".to_string(), - }, ]; assert_eq!(actual.len(), expected.len()); for i in 0..actual.len() {