cloud storage client
git clone https://git.lucas.co/cce-cloud.git
cce-cloud: add missing target_page field to JsonWidgetConfig initializers in tests
src/main.rs | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/main.rs b/src/main.rs
index 4917714..93cb9ac 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -2502,6 +2502,7 @@ mod tests {
value_f32: None,
min_f32: None,
max_f32: None,
+ target_page: None,
},
JsonWidgetConfig {
widget_type: "checkbox".to_string(),
@@ -2517,6 +2518,7 @@ mod tests {
value_f32: None,
min_f32: None,
max_f32: None,
+ target_page: None,
},
JsonWidgetConfig {
widget_type: "button".to_string(),
@@ -2532,6 +2534,7 @@ mod tests {
value_f32: None,
min_f32: None,
max_f32: None,
+ target_page: None,
},
];