Fix unit test

This commit is contained in:
Jamie Curnow
2024-11-13 13:44:39 +10:00
parent f4bd65dd2c
commit 8434b9fce4
2 changed files with 4 additions and 1 deletions

View File

@ -98,7 +98,6 @@ func DeleteAll() error {
if result := db.Exec(
fmt.Sprintf(`DELETE FROM %s`, database.QuoteTableName("auth")),
false,
); result.Error != nil {
return result.Error
}