1
0
This commit is contained in:
Jeff 2024-10-30 10:30:56 -04:00
parent 10abd91c85
commit 1f9adfab2f

View File

@ -237,7 +237,7 @@ fn if_else_true() {
)), )),
); );
assert_eq!(run(source), Ok(Some(Value::integer(42)))); assert_eq!(run(source), Ok(None));
} }
#[test] #[test]