Skip to content

Commit

Permalink
Mode max
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Aug 27, 2024
1 parent b7a42de commit 73dbf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl-cross-docker-build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ mod tests {
#[test]
fn it_works() {
let result = add(2, 2);
assert_eq!(result, 6);
assert_eq!(result, 7);
}
}

0 comments on commit 73dbf74

Please sign in to comment.