move embedded provider to a better crate
This commit is contained in:
@@ -408,7 +408,6 @@ mod tests {
|
||||
let truncated = truncate_for_logging(long_text, 20);
|
||||
assert!(truncated.starts_with("This is a very long "));
|
||||
assert!(truncated.contains("truncated"));
|
||||
assert!(truncated.contains("total chars"));
|
||||
assert!(truncated.contains("total bytes"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user