binja: update core version info check (#2709)

This commit is contained in:
Mike Hunhoff
2025-08-20 11:56:56 -06:00
committed by GitHub
parent 78a020e1ac
commit 42b6d8106a

View File

@@ -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