diff --git a/test/lib/server/services/qualityControlFlag/QcFlagService.test.js b/test/lib/server/services/qualityControlFlag/QcFlagService.test.js index 763bca8325..d335835417 100644 --- a/test/lib/server/services/qualityControlFlag/QcFlagService.test.js +++ b/test/lib/server/services/qualityControlFlag/QcFlagService.test.js @@ -257,7 +257,7 @@ module.exports = () => { ); }); - it('should fail to create quality control flag due to incorrect qc flag time period', async () => { + it('should fail to create quality control flag due to qc flag time period out of range of run\'s period', async () => { const qcFlagCreationParameters = { from: new Date('2019-08-08 11:36:40').getTime(), // Failing property to: new Date('2019-08-09 05:40:00').getTime(), @@ -281,7 +281,7 @@ module.exports = () => { ); }); - it('should fail to create quality control flag due to incorrect qc flag time period', async () => { + it('should fail to create quality control flag due to qc flag time period out of range of run\'s period', async () => { const qcFlagCreationParameters = { from: new Date('2019-08-09 04:16:40').getTime(), // Failing property to: new Date('2019-08-08 21:20:00').getTime(), // Failing property