Skip to content

Commit

Permalink
SQLIntegrityConstraintViolationException: Column 'class_id' cannot be…
Browse files Browse the repository at this point in the history
… null
  • Loading branch information
dkayiwa authored Oct 8, 2024
1 parent d7c80a6 commit 865047f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ public void getConceptReferenceRangesByConceptId_shouldReturnEmptyListForIfNoCon
Concept concept = new Concept();
concept.addName(new ConceptName("Tuberculosis", Locale.US));
concept.setDatatype(conceptDatatype);
concept.setConceptClass(new ConceptClass(1));
dao.saveConcept(concept);

//When
Expand Down

0 comments on commit 865047f

Please sign in to comment.