mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 06:15:31 +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()
|
||||
yield bwPacket
|
||||
|
||||
def test_crearePacket(self):
|
||||
def test_createPacket(self):
|
||||
"""!Create a packet"""
|
||||
bwPacket = Packet()
|
||||
assert bwPacket is not ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue