From 3bfff51a69e1ff959a76b19e4aa6afa2f87c4fd5 Mon Sep 17 00:00:00 2001 From: Nurfog Date: Fri, 13 Mar 2026 12:07:14 -0300 Subject: [PATCH] asdf --- shared/common/src/models.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shared/common/src/models.rs b/shared/common/src/models.rs index 492493a..a2697bf 100644 --- a/shared/common/src/models.rs +++ b/shared/common/src/models.rs @@ -942,6 +942,8 @@ mod tests { due_date: None, important_date_type: None, transcription_status: None, + is_previewable: true, + content_blocks: None, created_at: Utc::now(), }; @@ -990,6 +992,7 @@ mod tests { grading_categories: vec![], modules: vec![pub_module], instructors: None, + dependencies: None, }; let course_with_price = Course {