Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Oct 20, 2023
1 parent 9dd482e commit 891c4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libs/metadata/src/filter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ mod tests {
use super::*;

fn includes_type_name(filter: &Filter, full_name: &'static str) -> bool {
let type_name = TypeName::parse(full_name);
let type_name = crate::TypeName::parse(full_name);
filter.includes_type_name(type_name.namespace, type_name.name)
}

Expand Down

0 comments on commit 891c4bb

Please sign in to comment.