Skip to content

Commit

Permalink
Greater order.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bailey committed Jun 20, 2018
1 parent ac0b161 commit 954f7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/faucet_mininet_test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -3969,7 +3969,7 @@ def test_tagged(self):
break
time.sleep(1)
self.assertGreater(
1, vlan_hosts_learned,
vlan_hosts_learned, 1,
msg='not all VLAN %u hosts learned (%u)' % (vlan, vlan_hosts_learned))


Expand Down

0 comments on commit 954f7b4

Please sign in to comment.