Update test.py

This commit is contained in:
Nikita Mikhaylov 2020-04-14 21:05:10 +03:00 committed by GitHub
parent 1ab5d7178f
commit 89dc40d492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ def test_simple_add_replica(started_cluster):
first.query("SYSTEM START FETCHES test_simple")
zero.query("SYSTEM SYNC REPLICA test_simple", timeout=20)
first.query("SYSTEM SYNC REPLICA test_simple", timeout=20)
assert '1\t2011-01-01\n' == zero.query("SELECT * from test_simple")
assert '1\t2011-01-01\n' == first.query("SELECT * from test_simple")