diff --git a/server/datastore/mysql/migrations/tables/20250106162751_AddUnifiedQueueTable_test.go b/server/datastore/mysql/migrations/tables/20250106162751_AddUnifiedQueueTable_test.go deleted file mode 100644 index 4a62c66ed5aa..000000000000 --- a/server/datastore/mysql/migrations/tables/20250106162751_AddUnifiedQueueTable_test.go +++ /dev/null @@ -1,20 +0,0 @@ -package tables - -import "testing" - -func TestUp_20250106162751(t *testing.T) { - db := applyUpToPrev(t) - - // - // Insert data to test the migration - // - // ... - - // Apply current migration. - applyNext(t, db) - - // - // Check data, insert new entries, e.g. to verify migration is safe. - // - // ... -}