Fix: tests: create correct field class in bt_plugin_test_debug_info.py
[babeltrace.git] / tests / data / plugins / flt.lttng-utils.debug-info / bt_plugin_test_debug_info.py
index c7d26aae4ca24e362310b7cc4d43ed86894df984..72532b48e928f70bc54edff3682de4c844aa1279 100644 (file)
@@ -116,7 +116,7 @@ class CompleteSrc(bt2._UserSourceComponent, message_iterator_class=CompleteIter)
                     dyn_array_with_len_elem_fc, length_fc=dyn_array_with_len_fc
                 ),
             ),
                     dyn_array_with_len_elem_fc, length_fc=dyn_array_with_len_fc
                 ),
             ),
-            ("sta_array", tc.create_dynamic_array_field_class(sta_array_elem_fc)),
+            ("sta_array", tc.create_static_array_field_class(sta_array_elem_fc, 3)),
             (
                 "option_none",
                 tc.create_option_without_selector_field_class(option_none_fc),
             (
                 "option_none",
                 tc.create_option_without_selector_field_class(option_none_fc),
This page took 0.022863 seconds and 4 git commands to generate.