diff --git a/src/constants.rs b/src/constants.rs index 059a806..a0bace7 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -60,5 +60,9 @@ pub static CURRICULUM_MANIFEST: Lazy(); + // Ensure that the document successfully cycles to the next one in the manifest + assert_eq!(curr_state.selected_document, Some("Doc B".to_string())); + } +}