Skip to content

Fix refined Integer test range order (min,max)#608

Merged
wilmveel merged 1 commit intomasterfrom
fix/refined-test-int-range-order
Mar 11, 2026
Merged

Fix refined Integer test range order (min,max)#608
wilmveel merged 1 commit intomasterfrom
fix/refined-test-int-range-order

Conversation

@wilmveel
Copy link
Copy Markdown
Contributor

Summary

  • Fixed CompileRefinedTest input from Integer(3,1) to Integer(1,3) so min < max
  • Updated expected test outputs across all 9 emitter/integration test files (Java, Kotlin, Python, TypeScript, Wirespec, OpenAPI v2/v3, Avro Java/Kotlin)

Test plan

  • ./gradlew jvmTest passes (all 114 tasks successful)

🤖 Generated with Claude Code

The test input had Integer(3,1) where min > max, which is semantically
incorrect. Updated to Integer(1,3) and aligned all emitter test
expectations across Java, Kotlin, Python, TypeScript, Wirespec, OpenAPI
v2/v3, and Avro integration tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@wilmveel wilmveel merged commit 6644324 into master Mar 11, 2026
30 checks passed
@wilmveel wilmveel deleted the fix/refined-test-int-range-order branch March 11, 2026 16:38
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