Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit b5e17a7

Browse files
author
Samuel Hassine
committed
[client] Fix tests
1 parent 5059bfb commit b5e17a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/entities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ class MalwareTest(EntityTest):
457457
def data(self) -> Dict:
458458
return {
459459
"type": "Malware",
460-
"name": "Cryptolocker",
460+
"name": "CryptoLocker",
461461
"description": "A variant of the cryptolocker family",
462462
"malware_types": ["ransomware"],
463463
"is_family": False,

0 commit comments

Comments
 (0)