Skip to content

fix(userflags): add the new flag to the ResolvedUserFlags fixture - #1324

Merged
bmc08gt merged 1 commit into
code/cashfrom
fix/userflags-test-username-min-balance
Aug 25, 2026
Merged

fix(userflags): add the new flag to the ResolvedUserFlags fixture#1324
bmc08gt merged 1 commit into
code/cashfrom
fix/userflags-test-username-min-balance

Conversation

@bmc08gt

@bmc08gt bmc08gt commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

usernameMinBalance landed on UserFlags in #1322 without a default, so ResolvedUserFlagsTest's fixture no longer compiles. code/cash is red, and with it every open PR:

ResolvedUserFlagsTest.kt:140:5 No value passed for parameter 'usernameMinBalance'

The flag resolves with FieldOverride.None, so it isn't overridable and needs no OverrideCase — the completeness guard covers Overrides fields, not UserFlags fields. That leaves the fixture value and the assertion that resolve without overrides exposes the server value for every flag already promises by name.

`usernameMinBalance` landed on UserFlags in #1322 without a default, so the test
fixture no longer compiles and every PR against code/cash fails:

    ResolvedUserFlagsTest.kt:140:5 No value passed for parameter 'usernameMinBalance'

The flag resolves with FieldOverride.None, so it needs no OverrideCase — only the
fixture value and the assertion the first test's name already promises.
@github-actions github-actions Bot added the type: fix Bug fix label Aug 25, 2026
@bmc08gt
bmc08gt merged commit de32114 into code/cash Aug 25, 2026
3 checks passed
@bmc08gt
bmc08gt deleted the fix/userflags-test-username-min-balance branch August 25, 2026 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: fix Bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant