Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Jul 17, 2024
1 parent c257969 commit 428de5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile_verifier/tests/integrations/hex_boosting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use file_store::{
use helium_crypto::PublicKeyBinary;
use helium_proto::services::poc_mobile::{
CoverageObjectValidity, HeartbeatValidity, LocationSource, RadioReward, SeniorityUpdateReason,
SignalLevel, UnallocatedReward,
SignalLevel, UnallocatedReward, UnallocatedRewardType,
};
use hextree::Cell;
use mobile_config::boosted_hex_info::BoostedHexInfo;
Expand Down

0 comments on commit 428de5d

Please sign in to comment.