Skip to content

Commit

Permalink
chore: remove a newline (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Apr 18, 2024
1 parent 028fd31 commit 1b07286
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend/metrics/generateMetricsReport.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ describe('generateMetricsReport', () => {

it('includes countries where observations are found', () => {
const report = generateMetricsReport(defaultOptions);

expect(report.countries).toHaveLength(new Set(report.countries).size);
expect(new Set(report.countries)).toEqual(new Set(['MEX', 'CAN', 'USA']));
});
Expand Down

0 comments on commit 1b07286

Please sign in to comment.