Skip to content
New 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

fix: merge testRoute declarations into a single one #624

Merged
merged 1 commit into from
Jul 8, 2023

Conversation

lorenzocorallo
Copy link
Contributor

@lorenzocorallo lorenzocorallo commented Jul 7, 2023

Bug Description

With #594 feature, a bug is introduced due to a const redeclaration.
Two routes with the same name testRoute are defined.
This bug brokes the ci because it brokes the tests

Fix

The two declarations are merged into a single one, preserving both the tests.
All tests now pass

@tannerlinsley tannerlinsley merged commit 1cfe90f into TanStack:beta Jul 8, 2023
@lorenzocorallo lorenzocorallo deleted the fix-test branch July 8, 2023 06:54
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.

None yet

2 participants