Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
remove dummy print from test file
Browse files Browse the repository at this point in the history
  • Loading branch information
p1-bmu committed Nov 8, 2023
1 parent fcaf3ac commit 64d6fac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_mobile.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,6 @@ def test_bssap(bssap_pdu=bssap_pdu):
v = B.get_val()
B.reautomate()
assert( B.get_val() == v )
print(B.show())
B.__init__()
B.set_val(v)
assert( B.to_bytes() == pdu )
Expand All @@ -568,7 +567,6 @@ def test_bssap(bssap_pdu=bssap_pdu):
v = BM.get_val()
BM.reautomate()
assert( BM.get_val() == v )
print(BM.show())
BM.__init__()
BM.set_val(v)
assert( BM.to_bytes() == pdu )
Expand Down

0 comments on commit 64d6fac

Please sign in to comment.