diff --git a/binarycpython/tests/test_custom_logging.py b/binarycpython/tests/test_custom_logging.py index 4b30ae48d0889c2ea371b4812f19ba9d9dc090d5..a42e4b0b24d460e7f670ce17e78da5bfb898fa28 100644 --- a/binarycpython/tests/test_custom_logging.py +++ b/binarycpython/tests/test_custom_logging.py @@ -145,7 +145,7 @@ class test_from_binary_c_config(unittest.TestCase): output_2 = from_binary_c_config(BINARY_C_CONFIG, input_2) self.assertIn( output_2, - ["2.1.7", "2.2pre1", "2.2.0", "2.2.1"], + ["2.1.7", "2.2pre1", "2.2.0", "2.2.1", "2.2.2"], msg="binary_c version doesnt match", )