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




                
 
mod db;

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