Skip to content

Commit a6d27ad

Browse files
committed
fix test
1 parent 7cd0a95 commit a6d27ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/api/runs.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ module.exports = () => {
422422
}
423423
});
424424

425-
it('should successfully filter by detectors\' notBadFraction', async () => {
425+
it('should successfully filter by detectors notBadFraction', async () => {
426426
const dataPassId = 1;
427427
{
428428
const response = await request(server).get(`/api/runs?filter[dataPassIds][]=${dataPassId}`

test/lib/usecases/run/GetAllRunsUseCase.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ module.exports = () => {
796796
}
797797
});
798798

799-
it('should successfully filter by detectors\' notBadFraction', async () => {
799+
it('should successfully filter by detectors notBadFraction', async () => {
800800
const dataPassIds = [1];
801801
{
802802
const { runs } = await new GetAllRunsUseCase().execute({

0 commit comments

Comments
 (0)