mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Reformat test.py to match style
This commit is contained in:
parent
e93a78faee
commit
3d6545cea1
@ -39,4 +39,6 @@ def test_mutation_fetch_fallback(start_cluster):
|
||||
node1.query("SYSTEM SYNC REPLICA fetch_fallback", timeout=10)
|
||||
node2.query("SYSTEM SYNC REPLICA fetch_fallback", timeout=10)
|
||||
|
||||
assert node2.contains_in_log("We will download merged part from replica to force byte-identical result.")
|
||||
assert node2.contains_in_log(
|
||||
"We will download merged part from replica to force byte-identical result."
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user