Skip to content

Commit

Permalink
Return the version test to check the deprecated value
Browse files Browse the repository at this point in the history
Signed-off-by: MOZGIII <[email protected]>
  • Loading branch information
MOZGIII committed Jan 7, 2025
1 parent 39bcbac commit 0a9932d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/distribution/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ mod tests {
#[test]
#[allow(deprecated)]
fn version_test() {
assert_eq!(VERSION, "1.0.0-dev".to_string())
assert_eq!(version(), "1.0.0-dev".to_string())
}
}

0 comments on commit 0a9932d

Please sign in to comment.