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 some redundant (default) arguments on case classes in a test #1265

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

asnare
Copy link
Contributor

@asnare asnare commented Dec 3, 2024

This PR tidies up a test by removing case class arguments that specify the default value. Although tests may wish to be explicit about this, none of these tests seem to be related to the argument so this cuts down on noise, and eliminates a bunch of IDE warnings.

An incidental change is the chopping down of a long line.

…gs more verbose than necessary.

An over-long line is also chopped down to fit within the line limit.
@asnare asnare added tech debt design flaws and other cascading effects internal technical pr's not end user facing labels Dec 3, 2024
@asnare asnare self-assigned this Dec 3, 2024
@asnare asnare requested a review from a team as a code owner December 3, 2024 14:25
Copy link

github-actions bot commented Dec 3, 2024

Coverage tests results

464 tests  ±0   427 ✅ ±0   4s ⏱️ ±0s
  6 suites ±0    37 💤 ±0 
  6 files   ±0     0 ❌ ±0 

Results for commit e0b322c. ± Comparison against base commit 9ffc6a0.

Copy link
Contributor

@jimidle jimidle left a comment

Choose a reason for hiding this comment

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

lgtm

Copy link
Contributor

@vil1 vil1 left a comment

Choose a reason for hiding this comment

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

👍

@vil1 vil1 added this pull request to the merge queue Dec 4, 2024
Merged via the queue into main with commit 502e46f Dec 4, 2024
8 checks passed
@vil1 vil1 deleted the chore-remove-default-arguments branch December 4, 2024 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal technical pr's not end user facing tech debt design flaws and other cascading effects
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants