aboutsummaryrefslogtreecommitdiffstats
path: root/rust/tests
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-05-15 12:11:01 -0700
committerBryan Newbold <bnewbold@robocracy.org>2019-05-15 12:11:01 -0700
commitb12b1fae9677872ecd62eafe4fe58bdf66610075 (patch)
treebfb74085a09e4f088b497714efb90d1b44ba6470 /rust/tests
parenta4bc37289a74df90d6b095e8a3e1958e8be3147f (diff)
downloadfatcat-b12b1fae9677872ecd62eafe4fe58bdf66610075.tar.gz
fatcat-b12b1fae9677872ecd62eafe4fe58bdf66610075.zip
rust: fix missing 'created' field test failure
Diffstat (limited to 'rust/tests')
-rw-r--r--rust/tests/helpers.rs1
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,