Skip to content

Commit 1f440e2

Browse files
committed
tests: adding some unit tests
1 parent e387658 commit 1f440e2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ use vetis::{
99
use crate::errors::SophiaError;
1010

1111
pub mod errors;
12+
mod tests;
1213

1314
pub struct Sophia {}
1415

src/tests/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)