...
This commit is contained in:
7
lib/hero/ledger2/test_utils.v
Normal file
7
lib/hero/ledger2/test_utils.v
Normal file
@@ -0,0 +1,7 @@
|
||||
module ledger
|
||||
|
||||
import incubaid.herolib.hero.db
|
||||
|
||||
fn setup_test_db() !db.DB {
|
||||
return db.new(path: '/tmp/testdb')!
|
||||
}
|
||||
Reference in New Issue
Block a user