Skip to content

Commit

Permalink
fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
polybassa committed Feb 5, 2025
1 parent c3dcc43 commit cb37b59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scapy/contrib/automotive/someip.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from scapy.compat import raw, orb
from scapy.config import conf
from scapy.packet import (Packet, Raw, bind_top_down, bind_bottom_up,
bind_layers, NoPayload)
bind_layers)
from scapy.fields import (XShortField, ConditionalField,
BitField, XBitField, XByteField, ByteEnumField,
ShortField, X3BytesField, StrLenField, IPField,
Expand Down
2 changes: 1 addition & 1 deletion test/contrib/automotive/someip.uts
Original file line number Diff line number Diff line change
Expand Up @@ -754,4 +754,4 @@ for i, p in enumerate(x):
assert len(p.data[0]) < 100
else:
assert p.more_seg == 1
assert len(p.data[0]) == 100
assert len(p.data[0]) == 100

0 comments on commit cb37b59

Please sign in to comment.