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

Move json_function_tests.go and json tests that depend on it to their own package. #2532

Merged
merged 2 commits into from
Jun 4, 2024

Conversation

nicktobey
Copy link
Contributor

This ensures that non-test code in sql/expression/function/json doesn't depend on testify, which is a library that we only want to depend on for tests.

…ir own package.

This ensures that non-test code in `sql/expression/function/json` doesn't depend on `testify`, which is a library that we only want to depend on for tests.
@nicktobey nicktobey force-pushed the nicktobey/jsontest branch from abbd733 to 8fa6a46 Compare June 4, 2024 23:27
Copy link
Member

@zachmu zachmu left a comment

Choose a reason for hiding this comment

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

LGTM

@nicktobey nicktobey merged commit 6fa1d11 into main Jun 4, 2024
8 checks passed
@nicktobey nicktobey deleted the nicktobey/jsontest branch June 4, 2024 23:49
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