Skip to content

Commit 989cb05

Browse files
committed
[O2B-1533] Rewrite comments
1 parent 4dd2e15 commit 989cb05

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/public/runs/runsPerDataPass.overview.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ module.exports = () => {
158158
(ths) => ths.map((th) => th.id).filter(Boolean),
159159
);
160160

161-
// see DetectorOrders.RCT in detectorsProvider.js
161+
// See DetectorOrders.RCT in detectorOrders.js
162162
expect(headers.indexOf('VTX')).to.be.greaterThan(headers.indexOf('ZDC'));
163163
expect(headers.indexOf('MUD')).to.be.greaterThan(headers.indexOf('ZDC'));
164164
});

test/public/runs/runsPerLhcPeriod.overview.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ module.exports = () => {
137137
(ths) => ths.map((th) => th.id).filter(Boolean),
138138
);
139139

140-
// see DetectorOrders.RCT in detectorsProvider.js
140+
// See DetectorOrders.RCT in detectorOrders.js
141141
expect(headers.indexOf('MUD')).to.be.greaterThan(headers.indexOf('ZDC'));
142142
});
143143

test/public/runs/runsPerSimulationPass.overview.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ module.exports = () => {
143143
(ths) => ths.map((th) => th.id).filter(Boolean),
144144
);
145145

146-
// see DetectorOrders.RCT in detectorsProvider.js
146+
// See DetectorOrders.RCT in detectorOrders.js
147147
expect(headers.indexOf('VTX')).to.be.greaterThan(headers.indexOf('ZDC'));
148148
expect(headers.indexOf('MUD')).to.be.greaterThan(headers.indexOf('ZDC'));
149149
});

0 commit comments

Comments
 (0)