mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 07:40:38 -08:00
binja: update core version info check (#2709)
This commit is contained in:
@@ -70,4 +70,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 == 5 and version.minor == 0
|
||||
assert version.major == 5 and version.minor == 1
|
||||
|
||||
Reference in New Issue
Block a user