Skip to content

Fix typo and register bsearch test in run_tests#1354

Merged
harehare merged 2 commits intofeat/bsearchfrom
copilot/sub-pr-1353
Feb 28, 2026
Merged

Fix typo and register bsearch test in run_tests#1354
harehare merged 2 commits intofeat/bsearchfrom
copilot/sub-pr-1353

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 28, 2026

test_bserch was defined but never executed — the typo in the name and missing run_tests registration meant bsearch tests were silently skipped.

Changes

  • Rename test_bserchtest_bsearch
  • Add test_case("bsearch", test_bsearch) in the Array manipulation section of run_tests, alongside find_index

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI changed the title [WIP] Address feedback on bsearch function implementation and tests Fix typo and register bsearch test in run_tests Feb 28, 2026
@harehare harehare marked this pull request as ready for review February 28, 2026 00:34
@harehare harehare merged commit 453ba9a into feat/bsearch Feb 28, 2026
@harehare harehare deleted the copilot/sub-pr-1353 branch February 28, 2026 00:34
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