Skip to content

Commit

Permalink
tests: ida: fix offset arch test
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Aug 4, 2020
1 parent 6aa1778 commit 4bb13d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ida_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bb13d6

Please sign in to comment.