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:Multilingual preflabels #169

Merged
merged 3 commits into from
Oct 21, 2024
Merged

fix:Multilingual preflabels #169

merged 3 commits into from
Oct 21, 2024

Conversation

alexskr
Copy link
Member

@alexskr alexskr commented Oct 21, 2024

@alexskr alexskr marked this pull request as ready for review October 21, 2024 23:25
@codecov-commenter
Copy link

codecov-commenter commented Oct 21, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.34%. Comparing base (ebf586c) to head (d06a9f4).
Report is 4 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #169   +/-   ##
========================================
  Coverage    73.34%   73.34%           
========================================
  Files           53       53           
  Lines         2953     2953           
========================================
  Hits          2166     2166           
  Misses         787      787           
Flag Coverage Δ
unittests 73.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@alexskr alexskr merged commit 106143a into develop Oct 21, 2024
4 checks passed
@@ -208,7 +208,7 @@ def test_roots_for_cls
roots = MultiJson.load(last_response.body)
assert_equal 9, roots.length
roots.each do |r|
assert_instance_of String, r["prefLabel"]
assert_instance_of String, r["prefLabel"], r["@id"]

Choose a reason for hiding this comment

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

why this changes?

Copy link
Member

Choose a reason for hiding this comment

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

when this assertion fails (for example if prefLabel = nil), it's informative to know the ID of the term that caused this failure

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.

4 participants