mirror of
https://github.com/mandiant/capa.git
synced 2026-06-12 19:11:32 -07:00
binja: bump Binary Ninja version to 3.5
This commit is contained in:
@@ -69,4 +69,4 @@ def test_standalone_binja_backend():
|
||||
@pytest.mark.skipif(binja_present is False, reason="Skip binja tests if the binaryninja Python API is not installed")
|
||||
def test_binja_version():
|
||||
version = binaryninja.core_version_info()
|
||||
assert version.major == 3 and version.minor == 4
|
||||
assert version.major == 3 and version.minor == 5
|
||||
|
||||
Reference in New Issue
Block a user