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

fix(validate): fix order of assessment-results results #437

Merged
merged 1 commit into from
May 24, 2024

Conversation

brandtkeller
Copy link
Member

@brandtkeller brandtkeller commented May 23, 2024

Description

lula evaluate to a single file assumes that the latest results are being prepended to the array of results. For now this means we need to put the append latest results before original. Updated test to reflect the order required.

Will file an issue surrounding how Lula will identify a threshold that is not the second result in the array (current assumption).

Related Issue

Fixes #436

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Other (security config, docs update, etc)

Checklist before merging

Copy link

netlify bot commented May 23, 2024

Deploy Preview for lula-docs canceled.

Name Link
🔨 Latest commit e8fa2be
🔍 Latest deploy log https://app.netlify.com/sites/lula-docs/deploys/664fb3aac520bf00082f587b

@brandtkeller brandtkeller merged commit a8db208 into main May 24, 2024
9 checks passed
@brandtkeller brandtkeller deleted the 436_prepend_results branch May 24, 2024 17:46
This was referenced May 24, 2024
This was referenced Jun 29, 2024
This was referenced Jul 12, 2024
This was referenced Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

validate assessment results incorrect order
2 participants