Skip to content

Commit

Permalink
Add test for 'boot_seqnum' property
Browse files Browse the repository at this point in the history
  • Loading branch information
pwt committed Aug 8, 2021
1 parent 5680105 commit d065200
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_core.py
Expand Up @@ -1447,6 +1447,9 @@ def test_soco_is_bridge(self, moco_zgs):
def test_soco_is_coordinator(self, moco_zgs):
assert moco_zgs.is_coordinator

def test_boot_seqnum(self, moco_zgs):
assert moco_zgs.boot_seqnum == 162

def test_all_groups(self, moco_zgs):
groups = moco_zgs.all_groups
assert len(groups) == 3
Expand Down

0 comments on commit d065200

Please sign in to comment.