Fix: bt2: duplicate test name in _IntegerRangeTestCase
[babeltrace.git] / tests / bindings / python / bt2 / test_integer_range_set.py
index 4c5ee1f325bff247d5c30479181d3425431c6504..bc57526e03fa7c9c8be36b62c70a5dc1ba1bbf47 100644 (file)
@@ -42,7 +42,7 @@ class _IntegerRangeTestCase:
         with self.assertRaises(TypeError):
             self._CLS(19.3, self._def_upper)
 
-    def test_create_wrong_type_lower(self):
+    def test_create_wrong_type_upper(self):
         with self.assertRaises(TypeError):
             self._CLS(self._def_lower, 19.3)
 
This page took 0.023929 seconds and 4 git commands to generate.