mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Convert ScheduleBlock, SponsorSlide, and UserSession models to use Bolt DB and clean up remaining SQLite artifacts.
This commit is contained in:
@@ -21,7 +21,6 @@ func SetupTestArena(t *testing.T, uniqueName string) *Arena {
|
||||
model.BaseDir = ".."
|
||||
dbPath := filepath.Join(model.BaseDir, fmt.Sprintf("%s_test.db", uniqueName))
|
||||
os.Remove(dbPath)
|
||||
os.Remove(dbPath + ".bolt")
|
||||
arena, err := NewArena(dbPath)
|
||||
assert.Nil(t, err)
|
||||
return arena
|
||||
|
||||
Reference in New Issue
Block a user