Skip to content

Commit d17c21d

Browse files
author
Guust
committed
fix test name issue
1 parent 37aaee3 commit d17c21d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/api/lhcFills.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ module.exports = () => {
572572
});
573573
});
574574

575-
it('should return 400 when stableBeamEnd filters are strings "from" is greater than "to"', (done) => {
575+
it('should return 400 when stableBeamStart filters are strings', (done) => {
576576
request(server)
577577
.get('/api/lhcFills?page[offset]=0&page[limit]=15&filter[stableBeamsStart][from]=bogus&filter[stableBeamsStart][to]=bogus')
578578
.expect(400)
@@ -594,7 +594,7 @@ module.exports = () => {
594594
});
595595
});
596596

597-
it('should return 400 when stableBeamEnd filters are strings "from" is greater than "to"', (done) => {
597+
it('should return 400 when stableBeamEnd filters are strings', (done) => {
598598
request(server)
599599
.get('/api/lhcFills?page[offset]=0&page[limit]=15&filter[stableBeamsEnd][from]=bogus&filter[stableBeamsEnd][to]=bogus')
600600
.expect(400)

0 commit comments

Comments
 (0)