diff options
Diffstat (limited to 'internal/db/main_test.go')
-rw-r--r-- | internal/db/main_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/main_test.go b/internal/db/main_test.go index 4f19da43..fbb98a7e 100644 --- a/internal/db/main_test.go +++ b/internal/db/main_test.go @@ -51,7 +51,7 @@ func TestMain(m *testing.M) { } // clearTables removes all rows from given tables. -func clearTables(t *testing.T, db *gorm.DB, tables ...interface{}) error { +func clearTables(t *testing.T, db *gorm.DB, tables ...any) error { if t.Failed() { return nil } |