Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guilload committed Dec 22, 2023
1 parent 28167ed commit c99790a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1906,7 +1906,7 @@ mod tests {
.unwrap_err()
.to_string(),
"internal error: failed to build list indexes query; cause: `index ID pattern \
`*-index-*-&-last**` is invalid. patterns must match the following regular \
`*-index-*-&-last**` is invalid: patterns must match the following regular \
expression: `^[a-zA-Z\\*][a-zA-Z0-9-_\\.\\*]{0,254}$``"
);
}
Expand Down
1 change: 0 additions & 1 deletion quickwit/quickwit-metastore/src/tests/split.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ pub async fn test_metastore_publish_splits<
.publish_splits(publish_splits_request)
.await
.unwrap_err();
println!("{:?}", error);
assert!(matches!(
error,
MetastoreError::FailedPrecondition {
Expand Down

0 comments on commit c99790a

Please sign in to comment.