refactor(ingester): Make line protocol in `wal_sink` test more readable

Co-authored-by: Dom <dom@itsallbroken.com>
pull/24376/head
Fraser Savage 2023-06-08 14:55:28 +01:00
parent fad34c375e
commit 309310ac4c
No known key found for this signature in database
GPG Key ID: DE47C33CE8C5C446
1 changed files with 2 additions and 2 deletions

View File

@ -157,8 +157,8 @@ mod tests {
// Generate a test op containing writes for multiple tables that will
// be appended and read back
let mut tables_by_name = lines_to_batches(
r#"bananas,region=Madrid temp=35 4242424242
banani,region=Iceland temp=25 7676767676"#,
"bananas,region=Madrid temp=35 4242424242\n\
banani,region=Iceland temp=25 7676767676",
0,
)
.expect("invalid line proto");