Skip to content

Fix typo in test description: extact_lhs → extract_lhs#20

Merged
NErler merged 2 commits intocode-cleanupfrom
copilot/sub-pr-19
Nov 8, 2025
Merged

Fix typo in test description: extact_lhs → extract_lhs#20
NErler merged 2 commits intocode-cleanupfrom
copilot/sub-pr-19

Conversation

Copy link
Contributor

Copilot AI commented Nov 8, 2025

Addresses review feedback on #19 to correct a typo in a test description.

Changes

  • Fixed test description at line 208 of tests/testthat/test-helpfunctions_formulas_general.R
  • Changed "extact_lhs" to "extract_lhs" to match the function name being tested
# Before
test_that("extact_lhs returns error for non-formula objects", {

# After  
test_that("extract_lhs returns error for non-formula objects", {

💡 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.

Co-authored-by: NErler <10401637+NErler@users.noreply.github.com>
Copilot AI changed the title [WIP] Address feedback on code cleanup from review comments Fix typo in test description: extact_lhs → extract_lhs Nov 8, 2025
Copilot AI requested a review from NErler November 8, 2025 09:22
@NErler NErler marked this pull request as ready for review November 8, 2025 09:46
@NErler NErler merged commit 50eb0c1 into code-cleanup Nov 8, 2025
@NErler NErler deleted the copilot/sub-pr-19 branch January 3, 2026 07:12
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