update tests with hashtags

This commit is contained in:
tsmethurst 2021-04-15 19:20:43 +02:00
commit 82437a768b
2 changed files with 18 additions and 2 deletions

View file

@ -113,6 +113,12 @@ func StandardDBSetup(db db.DB) {
}
}
for _, v := range NewTestTags() {
if err := db.Put(v); err != nil {
panic(err)
}
}
if err := db.CreateInstanceAccount(); err != nil {
panic(err)
}