Skip to content

Commit

Permalink
fix typo in final test
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanrdsch committed Nov 6, 2023
1 parent 0fb9d86 commit f9bcf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/DataProcessor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ test('it filters by geoIds, then normalizes with respect to only those ids', ()
expect(
DataProcessor({
data: DATA_3,
params: [{ mapId: 1, weight: 1, invertNormalized: false }],
params: [{ mapId: 3, weight: 1, invertNormalized: false }],
filter: (geoId) => geoId !== 3,
normalize: true,
})
Expand Down

0 comments on commit f9bcf89

Please sign in to comment.