mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-11 03:00:08 +01:00
fix typo
This commit is contained in:
parent
1b2dde4e75
commit
69de582284
|
|
@ -30,7 +30,7 @@ class Test_Packet:
|
|||
bwPacket = Packet()
|
||||
yield bwPacket
|
||||
|
||||
def test_crearePacket(self):
|
||||
def test_createPacket(self):
|
||||
"""!Create a packet"""
|
||||
bwPacket = Packet()
|
||||
assert bwPacket is not ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue