8000 Fix group name in connectors test by DanielSinclair · Pull Request #2399 · rainbow-me/rainbowkit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix group name in connectors test #2399

Ne 8000 w issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2025

Conversation

DanielSinclair
Copy link
Collaborator
@DanielSinclair DanielSinclair commented May 22, 2025

Summary

  • fix the groupName string in connectorsForWallets.test.ts

Testing

  • pnpm test (fails: Connect Timeout Error)

PR-Codex overview

This PR focuses on correcting the groupName format in the connectorsForWallets function call within the test file.

Detailed summary

  • Updated groupName from 'groupName: "Test Group 1"' to 'Test Group 1' in the test case for connectorsForWallets.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@Copilot Copilot AI review requested due to automatic review settings May 22, 2025 01:07
@DanielSinclair DanielSinclair requested a review from a team as a code owner May 22, 2025 01:07
Copy link
vercel bot commented May 22, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rainbowkit-example ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2025 1:11am
rainbowkit-site ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2025 1:11am

@github-actions github-actions bot deleted a comment from changeset-bot bot May 22, 2025
Copy link
@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR corrects the groupName literal in a test to match the expected connector output.

  • Fixes a stray prefix in the groupName test data.
  • Ensures the test passes without a “Connect Timeout Error.”
Comments suppressed due to low confidence (1)

packages/rainbowkit/src/wallets/connectorsForWallets.test.ts:63

  • The test data previously included the literal groupName: "Test Group 1", which did not match the expected output and led to failures. Updating it to just 'Test Group 1' aligns the fixture with the connector’s actual behavior.
[{ groupName: 'Test Group 1', wallets: [customWallet] }],

@DanielSinclair DanielSinclair merged commit 4ab609f into main May 22, 2025
9 checks passed
@DanielSinclair DanielSinclair deleted the codex/update-groupname-to-test-group-1 branch May 22, 2025 01:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0