Skip to content

Commit 0117549

Browse files
committed
Ill squash these dont worry
1 parent cf799c1 commit 0117549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/src/query/write_query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ mod tests {
315315
#[allow(clippy::print_literal)]
316316
assert_eq!(
317317
query_res,
318-
r#"wea\,\ ther=,location=us-midwest,loc\,\ \="ation=us\,\ \"mid\=west" temperature=82i,"temp\=era\,t\ ure"="too\"\\\\hot",float=82 11"#
318+
r#"wea\,\ ther=,location=us-midwest,loc\,\ \="ation=us\,\ \"mid\=west temperature=82i,"temp\=era\,t\ ure"="too\"\\\\hot",float=82 11"#
319319
);
320320
}
321321
}

0 commit comments

Comments
 (0)