diff --git a/src/db/utils/jobs/migration/Tests.ts b/src/db/utils/jobs/migration/Tests.ts index df1e7bdd..d20a9b16 100644 --- a/src/db/utils/jobs/migration/Tests.ts +++ b/src/db/utils/jobs/migration/Tests.ts @@ -18,7 +18,7 @@ const knownIssuesFilter = { } /** - * Move tags in Media collection to embedded tags in the new Media Objects collection. + * Verify existing tags are migrated to the new collection, MediaObjects. */ const onConnected = async (): Promise => { logger.info('Verifying...')