tests: ida: fix offset arch test

This commit is contained in:
William Ballenthin
2020-08-04 10:35:10 -06:00
parent 6aa17782b7
commit 4bb13d6075

View File

@@ -150,7 +150,7 @@ def test_offset_features():
@pytest.mark.skip(reason="IDA Pro tests must be run within IDA")
def test_offset_arch_features(mimikatz):
def test_offset_arch_features():
f = get_extractor().get_function(0x40105D)
features = extract_function_features(f)
assert capa.features.insn.Offset(0x0) in features