Skip to content

Commit cae6c75

Browse files
committed
[doc] fix CoAP parser import documentation
1 parent e1de08b commit cae6c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/protocol/test_coap.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from microschc.binary.buffer import Buffer
44

55
def test_coap_parser_import():
6-
"""test: IPv6 header parser import and instanciation
7-
The test instanciate an IPv6 parser and checks for import errors
6+
"""test: CoAP header parser import and instanciation
7+
The test instanciate an CoAP parser and checks for import errors
88
"""
99
parser = CoAPParser()
1010
assert( isinstance(parser, CoAPParser) )

0 commit comments

Comments
 (0)