mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-01-20 07:30:20 +01:00
little fix
This commit is contained in:
parent
806a3d8669
commit
61819cda08
|
|
@ -69,4 +69,4 @@ def test_descriptorNotFound(makeDescriptor, makePacket):
|
|||
def test_descriptorScanFieldNotAvailable(makeDescriptor, makePacket):
|
||||
"""!Run descriptor on a non existent scanField"""
|
||||
makePacket = makeDescriptor.doWork(makePacket)
|
||||
assert makePacket.get("description") == None
|
||||
assert makePacket.get("description") is None
|
||||
Loading…
Reference in a new issue