Fix scope tests

This commit is contained in:
Ayaz Hafiz 2022-09-28 12:51:34 -05:00
parent 985da70343
commit f745debc73
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58

View File

@ -695,9 +695,9 @@ mod test {
&[
Ident::from("Str"),
Ident::from("List"),
Ident::from("Box"),
Ident::from("Ok"),
Ident::from("Err"),
Ident::from("Box"),
]
);
}
@ -718,9 +718,9 @@ mod test {
&[
Ident::from("Str"),
Ident::from("List"),
Ident::from("Box"),
Ident::from("Ok"),
Ident::from("Err"),
Ident::from("Box"),
]
);