Skip to content

Commit a66134f

Browse files
author
replydev
committed
Fix db creation test
1 parent 2c600fe commit a66134f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ mod tests{
6363
use super::create_db_if_needed;
6464
#[test]
6565
fn test_db_creation() {
66-
let result = create_db_if_needed();
67-
assert_eq!(Ok(()),result);
66+
assert_eq!(Ok(true),create_db_if_needed());
6867
}
6968
}

0 commit comments

Comments
 (0)