summaryrefslogtreecommitdiff
path: root/src/tests/matrix_test_ops.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/matrix_test_ops.rs')
-rw-r--r--src/tests/matrix_test_ops.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/matrix_test_ops.rs b/src/tests/matrix_test_ops.rs
index fe8c40d..e207c3e 100644
--- a/src/tests/matrix_test_ops.rs
+++ b/src/tests/matrix_test_ops.rs
@@ -1,6 +1,6 @@
use std::str::FromStr;
-use crate::{matrix::Matrix, error::ParseMatrixError};
+use crate::{error::ParseMatrixError, matrix::Matrix, MatrixMath};
#[test]
pub fn test_matrix_add() -> Result<(), ParseMatrixError> {