Skip to content

Commit

Permalink
Update test_init.py
Browse files Browse the repository at this point in the history
remove print
  • Loading branch information
JOSEPHGILBY authored Oct 31, 2024
1 parent 579e50c commit 6046c3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,6 @@ def setup(self, *args, **kwargs):
# hci1 is empty so it should not be in the list
# hci2 should not show as 00:00:00:00:00:00 are filtered downstream now
# hci3 should show
print(bluetooth_adapters.adapters)
assert bluetooth_adapters.adapters == {
"hci0": {
"address": "00:1A:7D:DA:71:04",
Expand Down

0 comments on commit 6046c3b

Please sign in to comment.