mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-04 13:57:44 +00:00
fix typo
This commit is contained in:
parent
1b2dde4e75
commit
69de582284
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class Test_Packet:
|
||||||
bwPacket = Packet()
|
bwPacket = Packet()
|
||||||
yield bwPacket
|
yield bwPacket
|
||||||
|
|
||||||
def test_crearePacket(self):
|
def test_createPacket(self):
|
||||||
"""!Create a packet"""
|
"""!Create a packet"""
|
||||||
bwPacket = Packet()
|
bwPacket = Packet()
|
||||||
assert bwPacket is not ""
|
assert bwPacket is not ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue