Skip to content

Conversation

@dafraile
Copy link

This fixes error when building synthea with gradle

Task :test

org.mitre.synthea.world.agents.PayerTest > receiveDualEligible FAILED
org.junit.ComparisonFailure: expected:<[Dual Eligible]> but was:<[Medicaid]>
at org.junit.Assert.assertEquals(Assert.java:117)
at org.junit.Assert.assertEquals(Assert.java:146)
at org.mitre.synthea.world.agents.PayerTest.receiveDualEligible(PayerTest.java:436)
2024-11-21 10:08:45.082 java[18741:204512] +[IMKClient subclass]: chose IMKClient_Modern
2024-11-21 10:08:45.082 java[18741:204512] +[IMKInputSession subclass]: chose IMKInputSession_Modern

@dafraile dafraile changed the title Add files via upload Fixes error during tests when building synthea with gradle Nov 21, 2024
@dafraile dafraile changed the title Fixes error during tests when building synthea with gradle Fixes error "org.mitre.synthea.world.agents.PayerTest > receiveDualEligible FAILED" when building synthea Nov 21, 2024
// Below Medicaid Income Level
person.attributes.put(Person.INCOME, (int) medicaidLevel - 1);
// Process the person's health insurance for 64 years, should have Medicaid for all.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I get a checkstyle warning for trailing whitespace here. If you fix that this should be good to merge.

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