Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xsalonx committed Apr 10, 2024
1 parent 0a1740e commit d02762f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions test/api/qcFlags.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ module.exports = () => {
const qcFlagCreationParameters = {
from: new Date('2019-08-09 01:29:50').getTime(),
to: new Date('2019-08-09 05:40:00').getTime(),
comment: 'VERY INTERSETING REMARK',
comment: 'VERY INTERESTING REMARK',
flagTypeId: 2,
runNumber: 106,
dataPassId: 1,
Expand Down Expand Up @@ -316,7 +316,7 @@ module.exports = () => {
const qcFlagCreationParameters = {
from: new Date('2019-08-09 01:29:50').getTime(),
to: new Date('2019-08-09 05:40:00').getTime(),
comment: 'VERY INTERSETING REMARK',
comment: 'VERY INTERESTING REMARK',
flagTypeId: 2,
runNumber: 106,
simulationPassId: 1,
Expand Down Expand Up @@ -347,7 +347,7 @@ module.exports = () => {
const qcFlagCreationParameters = {
from: new Date('2019-08-09 01:29:50').getTime(),
to: new Date('2019-08-09 05:40:00').getTime(),
comment: 'VERY INTERSETING REMARK',
comment: 'VERY INTERESTING REMARK',
flagTypeId: 2,
runNumber: 106,
simulationPassId: 1,
Expand Down
24 changes: 12 additions & 12 deletions test/lib/server/services/qualityControlFlag/QcFlagService.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ module.exports = () => {
const qcFlagCreationParameters = {
from: new Date('2019-08-09 01:29:50').getTime(),
to: new Date('2019-08-09 05:40:00').getTime(),
comment: 'VERY INTERSETING REMARK',
comment: 'VERY INTERESTING REMARK',
};

const relations = {
Expand All @@ -261,7 +261,7 @@ module.exports = () => {
const qcFlagCreationParameters = {
from: new Date('2019-08-08 11:36:40').getTime(), // Failing property
to: new Date('2019-08-09 05:40:00').getTime(),
comment: 'VERY INTERSETING REMARK',
comment: 'VERY INTERESTING REMARK',
};

const relations = {
Expand All @@ -285,7 +285,7 @@ module.exports = () => {
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
comment: 'VERY INTERSETING REMARK',
comment: 'VERY INTERESTING REMARK',
};

const relations = {
Expand All @@ -308,7 +308,7 @@ module.exports = () => {
const qcFlagCreationParameters = {
from: new Date('2019-08-09 01:29:50').getTime(),
to: new Date('2019-08-09 05:40:00').getTime(),
comment: 'VERY INTERSETING REMARK',
comment: 'VERY INTERESTING REMARK',
};

const relations = {
Expand All @@ -332,7 +332,7 @@ module.exports = () => {
const qcFlagCreationParameters = {
from: new Date('2019-08-09 01:29:50').getTime(),
to: new Date('2019-08-09 05:40:00').getTime(),
comment: 'VERY INTERSETING REMARK',
comment: 'VERY INTERESTING REMARK',
};

const relations = {
Expand Down Expand Up @@ -369,7 +369,7 @@ module.exports = () => {

it('should succesfuly create quality control flag without timstamps', async () => {
const qcFlagCreationParameters = {
comment: 'VERY INTERSETING REMARK',
comment: 'VERY INTERESTING REMARK',
};

const relations = {
Expand Down Expand Up @@ -414,7 +414,7 @@ module.exports = () => {
const qcFlagCreationParameters = {
from: new Date('2019-08-09 01:29:50').getTime(),
to: new Date('2019-08-09 05:40:00').getTime(),
comment: 'VERY INTERSETING REMARK',
comment: 'VERY INTERESTING REMARK',
};

const relations = {
Expand All @@ -437,7 +437,7 @@ module.exports = () => {
const qcFlagCreationParameters = {
from: new Date('2019-08-08 11:36:40').getTime(), // Failing property
to: new Date('2019-08-09 05:40:00').getTime(),
comment: 'VERY INTERSETING REMARK',
comment: 'VERY INTERESTING REMARK',
};

const relations = {
Expand All @@ -461,7 +461,7 @@ module.exports = () => {
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
comment: 'VERY INTERSETING REMARK',
comment: 'VERY INTERESTING REMARK',
};

const relations = {
Expand All @@ -484,7 +484,7 @@ module.exports = () => {
const qcFlagCreationParameters = {
from: new Date('2019-08-09 01:29:50').getTime(),
to: new Date('2019-08-09 05:40:00').getTime(),
comment: 'VERY INTERSETING REMARK',
comment: 'VERY INTERESTING REMARK',
};

const relations = {
Expand All @@ -508,7 +508,7 @@ module.exports = () => {
const qcFlagCreationParameters = {
from: new Date('2019-08-09 01:29:50').getTime(),
to: new Date('2019-08-09 05:40:00').getTime(),
comment: 'VERY INTERSETING REMARK',
comment: 'VERY INTERESTING REMARK',
};

const relations = {
Expand Down Expand Up @@ -545,7 +545,7 @@ module.exports = () => {

it('should succesfuly create quality control flag without timstamps', async () => {
const qcFlagCreationParameters = {
comment: 'VERY INTERSETING REMARK',
comment: 'VERY INTERESTING REMARK',
};

const relations = {
Expand Down

0 comments on commit d02762f

Please sign in to comment.