Skip to content

Commit

Permalink
r-a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeul-zama committed Sep 22, 2023
1 parent 80373eb commit 03bf39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfhe/src/high_level_api/shortints/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ fn test_product_uint_4_vec() -> Result<(), Box<dyn std::error::Error>> {
set_server_key(server_keys);

let clear_vec = [2, 5];
let expected = clear_vec.iter().copied().product();
let expected: u8 = clear_vec.iter().copied().product();

let fhe_vec: Vec<FheUint4> = clear_vec
.iter()
Expand Down

0 comments on commit 03bf39d

Please sign in to comment.