Skip to content

Commit

Permalink
fix blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed Dec 24, 2024
1 parent 2b6b86d commit e1fc788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def test_death(servers, helpers):
helpers.wait_for(servers[13301].check_status, ['localhost:13302', 'alive'])
helpers.wait_for(servers[13302].check_status, ['localhost:13301', 'alive'])


def test_mark_left(servers, helpers):
servers[13302].kill()
helpers.wait_for(servers[13301].check_status, ['localhost:13302', 'suspect'])
Expand All @@ -33,7 +34,6 @@ def test_mark_left(servers, helpers):
helpers.wait_for(servers[13302].check_status, ['localhost:13301', 'alive'])



def test_reinit(servers, helpers):
assert servers[13301].add_member('localhost:13302')
helpers.wait_for(servers[13302].check_status, ['localhost:13301', 'alive'])
Expand Down

0 comments on commit e1fc788

Please sign in to comment.