mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:53 +00:00
Fix failing test
This commit is contained in:
parent
b86414dc7a
commit
cf45d520e6
1 changed files with 0 additions and 5 deletions
|
@ -347,11 +347,6 @@ mod tests {
|
||||||
location: Location::new(19, 1),
|
location: Location::new(19, 1),
|
||||||
filename: "./resources/test/fixtures/F707.py".to_string(),
|
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());
|
assert_eq!(actual.len(), expected.len());
|
||||||
for i in 0..actual.len() {
|
for i in 0..actual.len() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue