Reformat test.py to match style

This commit is contained in:
nvartolomei 2022-09-20 22:04:20 +01:00 committed by GitHub
parent e93a78faee
commit 3d6545cea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."
)