diff options
| -rw-r--r-- | rust/tests/helpers.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/rust/tests/helpers.rs b/rust/tests/helpers.rs index 420c1d3f..d0b0b6d3 100644 --- a/rust/tests/helpers.rs +++ b/rust/tests/helpers.rs @@ -64,6 +64,7 @@ pub fn quick_editgroup(conn: &server::DbConn) -> FatcatId {          editor_id: Some(editor_id.to_string()),          editor: None,          changelog_index: None, +        created: None,          submitted: None,          description: Some("quick test editgroup".to_string()),          extra: None, | 
