diff --git a/bin/environment/batches/batchesTests.js b/bin/environment/batches/batchesTests.js index 850b5fa6..62e2f59c 100644 --- a/bin/environment/batches/batchesTests.js +++ b/bin/environment/batches/batchesTests.js @@ -290,7 +290,7 @@ const TAKEDA_BATCHES = { } const SANOFI_BATCHES = { - '7896070607767': [ + '78960706077670': [ { batchNumber: "LC90001", quantity: 50, @@ -302,7 +302,7 @@ const SANOFI_BATCHES = { expiry: "2024/08/01" } ], - '7891058005221': [ + '78910580052218': [ { batchNumber: "COG41A01", quantity: 1700, diff --git a/bin/environment/products/productsTests.js b/bin/environment/products/productsTests.js index 589f44cd..6c98ae61 100644 --- a/bin/environment/products/productsTests.js +++ b/bin/environment/products/productsTests.js @@ -162,25 +162,20 @@ const getTakedaProducts = function(manufName = "MAH134013710"){ const SanofiProducts = [ { - gtin: '7897595901668', + gtin: '78975959016680', name: 'Fenosulin', description: 'Injectable Solution 6mg/2ml' }, { - gtin: '7896070607767', + gtin: '78960706077670', name: 'Libracin 9', description: 'Tablets 250MG' }, { - gtin: '7891058005221', + gtin: '78910580052218', name: 'Cogbalamin', description: '4MG PILLS' - }, - { - gtin: '7897595901668', - name: 'Tetacin 2', - description: '10ml vial' - }, + } ] const getSanofiProducts = function(manufName = "MAH196261986"){