Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-j97 committed Nov 22, 2024
1 parent 4a5cc0b commit 73d905b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tag_index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ mod tests {

assert_eq!(
vec![0, 3],
tag_index.query_prefix("cpu.total:service:prod-")?
tag_index.query_prefix("cpu.total#service:prod-")?
);

Ok(())
Expand Down

0 comments on commit 73d905b

Please sign in to comment.