chore: Add package description and licence
This commit is contained in:
@@ -42,7 +42,7 @@ mod tests {
|
||||
fn test_db_builder() {
|
||||
let facade = DbBuilderFacade{};
|
||||
|
||||
match facade.build("./example.json".to_string(), "test_db".to_string()) {
|
||||
match facade.build("./example.json".to_string(), "test.db".to_string()) {
|
||||
Ok(_) => {assert!(true)},
|
||||
Err(message) => {assert!(false, "{}", message)}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user