Skip to content

Commit

Permalink
Tests cont.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreycizov committed May 10, 2018
1 parent bc85ad2 commit 14991b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_simple_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,10 @@ def test_create_key(self):

def test_watch_key(self):
ch = from_url(os.environ['TEST_ETCD_URL'])
ch2 = from_url(os.environ['TEST_ETCD_URL'])

watch = Watch(ch)
kv = KV(ch)
kv = KV(ch2)

PRE = b'123'
N = 16
Expand Down Expand Up @@ -91,5 +92,5 @@ def test_watch_key(self):
if stop:
break



0 comments on commit 14991b8

Please sign in to comment.