Skip to content

Commit

Permalink
Update framework/summary_model/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Callum Dunster <cdunster@users.noreply.github.com>
  • Loading branch information
ThetaSinner and cdunster committed Oct 25, 2024
1 parent d2d4cca commit 7424100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/summary_model/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ impl RunSummary {
/// - Selected environment variables
/// - Wind Tunnel version
///
/// The fingerprint is computed using SHA3-256.
/// The fingerprint is computed using [sha3::Sha3_256].
pub fn fingerprint(&self) -> String {
let mut hasher = sha3::Sha3_256::new();
Digest::update(&mut hasher, self.scenario_name.as_bytes());
Expand Down

0 comments on commit 7424100

Please sign in to comment.