Skip to content

Commit bcd5f73

Browse files
committed
fix
1 parent 6660370 commit bcd5f73

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/api/simulationPasses.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const LHC23k6c = {
2020
id: 1,
2121
name: 'LHC23k6c',
2222
jiraId: 'SIMTICKET-1',
23-
pdpBeamTypes: ['PbPB', 'pp'],
23+
pdpBeamTypes: ['PbPb', 'pp'],
2424
description: 'Some Random general purpose for LHC23k6c',
2525
pwg: 'PWGX2',
2626
requestedEventsCount: 1345555,

test/lib/server/services/simulationPasses/SimulationPassesService.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const LHC23k6c = {
2121
id: 1,
2222
name: 'LHC23k6c',
2323
jiraId: 'SIMTICKET-1',
24-
pdpBeamTypes: ['PbPB', 'pp'],
24+
pdpBeamTypes: ['PbPb', 'pp'],
2525
description: 'Some Random general purpose for LHC23k6c',
2626
pwg: 'PWGX2',
2727
requestedEventsCount: 1345555,

test/public/dataPasses/overviewPerLhcPeriod.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ module.exports = () => {
108108
expectUrlParams(page, {
109109
page: 'runs-per-data-pass',
110110
dataPassId: '2',
111-
pdpBeamType: 'pp',
111+
pdpBeamTypes: 'pp',
112112
});
113113
});
114114

0 commit comments

Comments
 (0)