FIX: Adds tests
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user