Skip to content

Commit

Permalink
fix test (for real this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanrdsch committed Nov 6, 2023
1 parent f9bcf89 commit aecbad8
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 @@ -218,7 +218,7 @@ test('it filters by geoIds, then normalizes with respect to only those ids', ()
Map([
[0, 0],
[1, 0.5],
[2, 0.1],
[2, 1],
])
)
})

0 comments on commit aecbad8

Please sign in to comment.