Skip to content

Commit

Permalink
use correct radio type for test
Browse files Browse the repository at this point in the history
copy/paste error from rebasing on top of coverage-map updates, yay!
But now we know the tests break.
  • Loading branch information
michaeldjeffrey committed Jun 6, 2024
1 parent bc9ae18 commit d643b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage_point_calculator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ mod tests {
#[case] expected: Decimal,
) {
let outdoor_wifi = RewardableRadio::new(
RadioType::IndoorCbrs,
RadioType::OutdoorWifi,
speedtest_maximum(),
location_trust_maximum(),
RadioThreshold::Verified,
Expand Down

0 comments on commit d643b76

Please sign in to comment.