Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge branch 'OP-1189' of https://github.com/intesys/openhospital-core
Browse files Browse the repository at this point in the history
…into OP-1189
  • Loading branch information
ArnaudFonzam committed Jul 31, 2024
2 parents 8614796 + 9ac3a0d commit 5baf53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/isf/medicalsinventory/Tests.java
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ void testMgrGetMedicalInventoryRowByInventoryId() throws Exception {
assertThat(newMedicalInventoryRow).isNotNull();
List<MedicalInventoryRow> medicalInventoryRows = medicalInventoryRowManager.getMedicalInventoryRowByInventoryId(inventoryId);
assertThat(medicalInventoryRows).isNotEmpty();
assertThat(medicalInventoryRows.size()).isEqualTo(1);
assertThat(medicalInventoryRows).hasSize(1);

}

Expand Down

0 comments on commit 5baf53c

Please sign in to comment.