Skip to content

Commit

Permalink
checkstyle fix
Browse files Browse the repository at this point in the history
Signed-off-by: sBouzols <[email protected]>
  • Loading branch information
sBouzols committed Oct 10, 2023
1 parent 8d8e49c commit cd67e22
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ public void testAddDeleteTombstonedEquipmentInfos() {
assertEquals(1, equipmentInfosService.getTombstonedEquipmentInfosCount(NETWORK_UUID_2));
assertEquals(2, equipmentInfosService.getTombstonedEquipmentInfosCount());


equipmentInfosService.deleteAllByNetworkUuid(NETWORK_UUID);
assertEquals(0, equipmentInfosService.findAllTombstonedEquipmentInfos(NETWORK_UUID).size());
assertEquals(0, equipmentInfosService.getTombstonedEquipmentInfosCount(NETWORK_UUID));
Expand Down

0 comments on commit cd67e22

Please sign in to comment.