1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-07-06 02:12:55 +00:00

chore: code cleanup

This commit is contained in:
2025-01-08 20:49:45 +01:00
parent ea47b101f2
commit b055146c8f
4 changed files with 38 additions and 34 deletions

View File

@ -550,7 +550,7 @@ mod tests {
assert_eq!(
onkostar_editor.editor.data_form[0].entries.entry[2].default_value,
"B"
)
);
}
#[test]
@ -586,7 +586,7 @@ mod tests {
assert_eq!(
onkostar_editor.editor.data_form[0].entries.entry[2].default_value,
""
)
);
}
#[test]
@ -883,7 +883,7 @@ mod tests {
assert_eq!(
onkostar_editor.editor.unterformular[0].entries.entry[1].default_value,
"2024-03-18"
)
);
}
#[test]
@ -919,7 +919,7 @@ mod tests {
assert_eq!(
onkostar_editor.editor.unterformular[0].entries.entry[1].default_value,
""
)
);
}
#[test]