-
Notifications
You must be signed in to change notification settings - Fork 615
Closed
Description
tests/test_binja_features.py::test_binja_version FAILED ***100%***
=================================== FAILURES ===================================
______________________________ test_binja_version ______________________________
@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 == 4 and version.minor == 2
E AssertionError: assert (5 == 4)
E + where 5 = CoreVersionInfo(major=5, minor=0, build=7486, channel='Stable').major
tests/test_binja_features.py:73: AssertionError
=========================== short test summary info ============================
FAILED tests/test_binja_features.py::test_binja_version - AssertionError: assert (5 == 4)
+ where 5 = CoreVersionInfo(major=5, minor=0, build=7486, channel='Stable').major
================== 1 failed, 186 passed in 658.51s (0:10:58) ===================
##***error***Process completed with exit code 1.
Metadata
Metadata
Assignees
Labels
No labels