Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Aug 9, 2023
1 parent 53f85bb commit 5fad792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobile_verifier/src/speedtests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ impl SpeedtestDaemon {
.await?;
}
// write out paper trail of speedtest validity
self.write_speedtest_validity(speedtest_report, result)
self.write_verified_speedtest(speedtest_report, result)
.await?;
}
self.speedtest_avg_file_sink.commit().await?;
Expand All @@ -135,7 +135,7 @@ impl SpeedtestDaemon {
}
}

pub async fn write_speedtest_validity(
pub async fn write_verified_speedtest(
&self,
speedtest_report: CellSpeedtestIngestReport,
result: SpeedtestVerificationResult,
Expand Down

0 comments on commit 5fad792

Please sign in to comment.