From 2c6f8ee0c90d53f0f2137535f9b7380958bfd290 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Mon, 24 Oct 2022 13:42:44 +0100 Subject: [PATCH] updating tests --- binarycpython/tests/test_custom_logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binarycpython/tests/test_custom_logging.py b/binarycpython/tests/test_custom_logging.py index 4b30ae48d..a42e4b0b2 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", ) -- GitLab