Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
obormot committed Dec 28, 2020
1 parent 79d329a commit 465205a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpkt/radiotap.py
Expand Up @@ -425,7 +425,7 @@ def test_radiotap_2():
def test_fcs():
s = b'\x00\x00\x1a\x00\x2f\x48\x00\x00\x34\x8f\x71\x09\x00\x00\x00\x00\x10\x0c\x85\x09\xc0\x00\xcc\x01\x00\x00'
rt = Radiotap(s)
assert(rt.flags_present)
assert(rt.flags_present == 1)
assert(rt.flags.fcs == 1)


Expand Down

0 comments on commit 465205a

Please sign in to comment.