Skip to content
Snippets Groups Projects
Commit 2c6f8ee0 authored by David Hendriks's avatar David Hendriks
Browse files

updating tests

parent 173dcb79
No related branches found
No related tags found
No related merge requests found
......@@ -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",
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment