FIX: Adds tests

This commit is contained in:
Nicolás Hatcher
2024-02-14 10:11:15 +01:00
parent 1ee5c6a151
commit 9e548de2aa
3 changed files with 24 additions and 2 deletions

View File

@@ -1,7 +1,9 @@
#![allow(clippy::unwrap_used)]
use crate::expressions::utils::{LAST_COLUMN, LAST_ROW};
use crate::test::util::new_empty_model;
use crate::{
constants::{LAST_COLUMN, LAST_ROW},
test::util::new_empty_model,
};
#[test]
fn test_empty_model() {