Skip to content

fix: correct spelling of "Organ trail" to "Oregon Trail" in request tests#449

Merged
fredbi merged 1 commit into
masterfrom
copilot/fix-spelling-organ-trail
May 14, 2026
Merged

fix: correct spelling of "Organ trail" to "Oregon Trail" in request tests#449
fredbi merged 1 commit into
masterfrom
copilot/fix-spelling-organ-trail

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 14, 2026

Test constant valOrganTrail had a misspelled value ("Organ trail") and identifier name.

Changes

  • client/internal/request/request_test.go: rename constant valOrganTrail → valOregonTrail and correct its value from "Organ trail" to "Oregon Trail"; update all four call-site references
Original prompt
Please apply the following diffs and create a pull request.
Once the PR is ready, give it a title based on the messages of the fixes being applied.

[{"message":"Corrected spelling of 'Organ trail' to 'Oregon Trail'.","fixFiles":[{"filePath":"client/internal/request/request_test.go","diff":"diff --git a/client/internal/request/request_test.go b/client/internal/request/request_test.go\n--- a/client/internal/request/request_test.go\n+++ b/client/internal/request/request_test.go\n@@ -38,7 +38,7 @@\n const (\n \tvalBirdWatching = \"Bird watching\"\n \tvalJohn         = \"John\"\n-\tvalOrganTrail   = \"Organ trail\"\n+\tvalOregonTrail  = \"Oregon Trail\"\n \tvalTom          = \"Tom\"\n \ttestFile1       = \"request.go\"\n \ttestFile2       = \"request_test.go\"\n"}]}]

Copilot AI changed the title [WIP] Fix spelling of 'Organ trail' to 'Oregon Trail' fix: correct spelling of "Organ trail" to "Oregon Trail" in request tests May 14, 2026
Copilot finished work on behalf of fredbi May 14, 2026 21:09
Copilot AI requested a review from fredbi May 14, 2026 21:09
@fredbi fredbi marked this pull request as ready for review May 14, 2026 21:15
@codecov
Copy link
Copy Markdown

codecov Bot commented May 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.45%. Comparing base (0a653d3) to head (83d9035).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #449      +/-   ##
==========================================
+ Coverage   83.38%   83.45%   +0.06%     
==========================================
  Files          62       62              
  Lines        4387     4387              
==========================================
+ Hits         3658     3661       +3     
+ Misses        569      567       -2     
+ Partials      160      159       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fredbi fredbi force-pushed the copilot/fix-spelling-organ-trail branch from b19c996 to 83d9035 Compare May 14, 2026 21:33
@fredbi fredbi merged commit 3b614c3 into master May 14, 2026
20 checks passed
@fredbi fredbi deleted the copilot/fix-spelling-organ-trail branch May 14, 2026 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants