6 lines
76 B
V
6 lines
76 B
V
module ledger
|
|
|
|
fn test_setup_db_only() ! {
|
|
mut store := setup_test_db()!
|
|
}
|