Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Robin Olsen
2026-03-16 13:27:20 +01:00
committed by GitHub
parent fcdce0d22d
commit ce86e5bec2

View File

@@ -166,7 +166,7 @@ func (t *CodingTask) Validate(ctx context.Context) ValidationFeedback {
expect.NotEmptyAndEqual(issue.Title, "Upgrade MongoDB Driver Dependency", "Issue title")
expect.NotEmptyAndEqual(issue.Description,
"Upgrade the MongoDB Driver dependency to the latest version.", "Issue description")
"We need to upgrade the MongoDB Driver dependency to the latest version.", "Issue description")
expect.NotEmptyAndEqual(issue.Assignee, "Me", "Issue Assignee")