Add simple scanner integration test

This commit is contained in:
viktorstrate
2021-04-24 18:51:21 +02:00
parent 74cc840a13
commit 761db0639d
16 changed files with 155 additions and 50 deletions

View File

@@ -47,6 +47,8 @@ func (dbm *TestDBManager) setup() error {
dbm.DB = db
dbm.reset()
return nil
}