Skip to content

Commit

Permalink
bugfix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
fulmicoton committed Dec 22, 2023
1 parent ef638fd commit 28167ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,7 @@ mod tests {
&build_regex_exprs_from_pattern("index-**-1")
.unwrap_err()
.to_string(),
"index ID pattern `index-**-1` is invalid. patterns must not contain multiple \
"index ID pattern `index-**-1` is invalid: patterns must not contain multiple \
consecutive `*`",
);
assert!(build_regex_exprs_from_pattern("-index-1").is_err());
Expand Down

0 comments on commit 28167ed

Please sign in to comment.