mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 07:10:29 -08:00
lots of mypy
This commit is contained in:
@@ -218,7 +218,7 @@ def test_match_matched_rules():
|
||||
# the ordering of the rules must not matter,
|
||||
# the engine should match rules in an appropriate order.
|
||||
features, _ = match(
|
||||
capa.rules.topologically_order_rules(reversed(rules)),
|
||||
capa.rules.topologically_order_rules(list(reversed(rules))),
|
||||
{capa.features.insn.Number(100): {1}},
|
||||
0x0,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user