binja: update binja version check after 4.0 release

This commit is contained in:
Xusheng
2024-02-29 15:52:58 +08:00
parent d63c6f1f9e
commit bf4695c6bf

View File

@@ -63,4 +63,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 == 5
assert version.major == 4 and version.minor == 0