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

Add fix for failing valueInteger #323

Merged
merged 1 commit into from
Jan 14, 2025
Merged

Add fix for failing valueInteger #323

merged 1 commit into from
Jan 14, 2025

Conversation

sharon2719
Copy link
Contributor

@sharon2719 sharon2719 commented Jan 14, 2025

IMPORTANT: Where possible all PRs must be linked to a Github issue

Fixes #324
Engineer Checklist

  • I have run ./gradlew spotlessApply to check my code follows the project's style guide
  • I have built using the command ./gradlew clean assemble and run the efsity jar to verify my change fixes the issue and does not break the application

@sharon2719 sharon2719 marked this pull request as ready for review January 14, 2025 16:21
@pld pld merged commit de2bae6 into main Jan 14, 2025
4 checks passed
@pld pld deleted the fix-failing-value-integer branch January 14, 2025 20:39
"integer", questions, "linkId", extras);

assertNotNull(answer);
assertTrue(answer.has("valueInteger"));
Copy link
Contributor

Choose a reason for hiding this comment

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

Please check if the answer is of type

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.

Fix failing valueInteger when generating QuestionnaireResponse
3 participants