Browse Source

Fix test

pull/1240/head
Thomas 3 years ago
parent
commit
d4e614b27a
  1. 2
      apps/api/src/app/benchmark/benchmark.service.spec.ts

2
apps/api/src/app/benchmark/benchmark.service.spec.ts

@ -4,7 +4,7 @@ describe('BenchmarkService', () => {
let benchmarkService: BenchmarkService;
beforeAll(async () => {
benchmarkService = new BenchmarkService(null, null, null, null, null);
benchmarkService = new BenchmarkService(null, null, null, null, null, null);
});
it('calculateChangeInPercentage', async () => {

Loading…
Cancel
Save