summaryrefslogblamecommitdiff
path: root/tests/db_integration.rs
blob: 82cfe0f2b18030ad5e80c96124fe21fbb9766168 (plain) (tree)
1
2
3
4
5
6
7






                  
mod db;

#[test]
fn test_add() {
    db::setup();
    assert!(true);
}