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

chore: remove assertj.core if possible #2083

Closed
stephaniewang526 opened this issue May 31, 2022 · 0 comments · Fixed by #2102
Closed

chore: remove assertj.core if possible #2083

stephaniewang526 opened this issue May 31, 2022 · 0 comments · Fixed by #2102
Assignees
Labels
api: bigquery Issues related to the googleapis/java-bigquery API. type: cleanup An internal cleanup or hygiene concern.

Comments

@stephaniewang526
Copy link
Contributor

org.assertj.core.api.Assertions.* is currently used in QueryRequestInfoTest only. If we can find an equivalent in junit or alike then we should remove this dependency.

@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/java-bigquery API. label May 31, 2022
@meredithslota meredithslota added the type: cleanup An internal cleanup or hygiene concern. label Jun 1, 2022
gcf-merge-on-green bot pushed a commit that referenced this issue Jun 7, 2022
Removed Assertj-core  and refactored related testcase

Fixes #2083☕️
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/java-bigquery API. type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants